Last updated

API / geotoolkit3d / tool / MeasuringTool / Events

Enumeration: Events

tool.MeasuringTool.Events

Event types

Table of contents

Enumeration Members

Contents

Enumeration Members

DistanceChanged

DistanceChanged = "DistanceChanged"

DistanceChanged

Deprecated

since 4.1, use MeasuringTool.Events.PositionChanged instead


PositionChanged

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.