Optionalcenter?: PositionReadonlygeometry2DIdsInScene: Set<Geometry2D["id"]>A set of all 2D geometry IDs in the scene. This is updated when objects' visiblity changes.
Readonlygeometry2DMap: Map<string | number, Geometry2D>A map of all 2D geometries in the world.
Readonlygeometry2DsInScene: Set<Geometry2D>A set of all 2D geometries in the scene. This is updated when objects' visiblity changes.
Readonlygeometry3DIdsInScene: Set<All3DTypes["id"]>A set of all 3D geometry IDs in the scene. This is updated when objects' visiblity changes.
Readonlygeometry3DMap: Map<string | number, All3DTypes>A map of all 3D geometries in the world.
Readonlygeometry3DsInScene: Set<All3DTypes>A set of all 3D geometries in the scene. This is updated when objects' visiblity changes.
ReadonlygeometryGroupIdsToLoad: Set<GeometryGroupObject3D["userData"]["entityId"]>IDs of geometry groups that need to be loaded, including preloaded geometry groups that are not in the scene yet
ReadonlygeometryScene: GroupContainerObject3DGroup for all tweens that are created internally by the SDK
Current clamped pixel ratio of the renderer, based on maplibre's clamping logic (when in interleaved mode)
Group for all tweens that are created externally, such as from animateState