PointMeasurement

new IonSdkMeasurements.PointMeasurement(options)

Draws a point and the longitude, latitude, height, and slope of that point.
Name Type Description
options Object An object with the following properties:
Name Type Description
scene Scene The scene
units MeasureUnits The selected units of measurement
locale String optional The BCP 47 language tag string customizing language-sensitive number formatting. If undefined, the runtime's default locale is used. See the Intl page on MDN
points PointPrimitiveCollection A collection for adding the point primitives
labels LabelCollection A collection for adding the labels
primitives PrimitiveCollection A collection for adding primitives

Members

readonly height : Number

Gets the height.

readonly icon : String

Gets the icon.

readonly id : String

Gets the id.

readonly instructions : Array.<String>

Gets the instruction text.

readonly position : Cartesian3

Gets the position.

readonly slope : Number

Gets the slope in radians.

readonly thumbnail : String

Gets the thumbnail.

readonly type : String

Gets the type.

Methods

destroy()

Destroys the measurement.

handleMouseMove()

Handles drawing on mouse move.

isDestroyed()Boolean

Returns:
true if the object has been destroyed, false otherwise.

reset()

Resets the widget.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.