MapSceneObject class Maps & 3D Scene

Maps scene object

This class should not be instantiated directly. Instead, use the getDefPositionTracker method to obtain an instance.

Constructors

MapSceneObject.init(int id, int mapId)

Properties

coordinates Coordinates
Object coordinates in main object coordinate system
no setter
hashCode int
The hash code for this object.
no setterinherited
mapId int
no setter
maxScale double
Max scale factor
no setter
orientation Point4d
Object orientation
no setter
pointerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
Object scale factor
getter/setter pair
visibility bool
Object visibility
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

customizeDefPositionTracker(List<int> buffer, SceneObjectFileFormat format) GemError
Customize default SDK position tracking object.
getDefPositionTracker() MapSceneObject
Get default SDK position tracked object
getDefPositionTrackerAccuracyCircleColor() Color
Get SDK position tracking accuracy circle color
resetDefPositionTrackerAccuracyCircleColor() GemError
Reset the default SDK position tracked object to the default color
setDefPositionTrackerAccuracyCircleColor(Color color) GemError
Set SDK position tracking accuracy circle color