Interface for GeoObject parameters.
| Name | Type | Attributes | Description |
|---|---|---|---|
object3d | Object3d | <optional> | 3D object associated with the geo object. |
objSrc | string | <optional> | Source url of the 3D object. |
tag | string | <optional> | Unique instancing drawing identifier tag. |
position | Vec3 | | <optional> | Position in Cartesian coordinates. |
scale | number | | <optional> | Scale of the object. |
translate | Vec3 | | <optional> | Translation offset. |
color | Vec4 | | <optional> | RGBA color or HTML color string. |
visibility | boolean | <optional> | Visibility flag. |
- Source