Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeasurementProperties

Hierarchy

Index

Properties

Optional activeTool

activeTool: "area" | "distance" | "direct-line"

Specifies the current measurement tool to display.

Read more...

Optional areaUnit

areaUnit: "square-millimeters" | "square-centimeters" | "square-decimeters" | "square-meters" | "square-kilometers" | "square-inches" | "square-feet" | "square-yards" | "square-miles" | "square-us-feet" | "acres" | "ares" | "hectares" | "imperial" | "metric"

Unit system (imperial, metric) or specific unit used for displaying the area values.

Read more...

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional linearUnit

linearUnit: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "us-feet" | "imperial" | "metric"

Unit system (imperial, metric) or specific unit used for displaying the distance values.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

A reference to the MapView or SceneView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc