API / geotoolkit3d / tool / MeasuringTool / Events
tool.MeasuringTool.Events
Event types
Enumeration Members
Enumeration Members
• DistanceChanged = "DistanceChanged"
DistanceChanged
Deprecated
since 4.1, use MeasuringTool.Events.PositionChanged instead
• PositionChanged = "PositionChanged"
PositionChanged event.
When this event is fired, the callback parameter "args" will contain the following fields:
- pointerposition: Vector3, The Pointer position.
- anchorposition: Vector3, The Anchor position.
- distance: number, The distance between the Pointer and Anchor positions.