Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CoordinateConversionViewModelProperties

Hierarchy

Index

Properties

Optional conversions

A Collection containing every Conversion that the widget is currently displaying.

Read more...

Optional currentLocation

currentLocation: PointProperties

Describes the location of the coordinates currently displayed by the widget as a Point.

Read more...

Optional formats

A Collection containing every Format that the widget is capable of displaying.

Read more...

Optional goToOverride

goToOverride: GoToOverride

This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.

Read more...

Optional locationSymbol

locationSymbol: (SimpleMarkerSymbolProperties & { type: "simple-marker" }) | (PictureMarkerSymbolProperties & { type: "picture-marker" })

This symbol is used to visualize the location currently described by the widget when capture mode is active.

Read more...

Optional mode

mode: "live" | "capture"

Describes the current mode of the widget.

Read more...

Optional requestDelay

requestDelay: number

The number of milliseconds of delay before conversion requests will be sent to the GeometryService.

Read more...

Optional storageEnabled

storageEnabled: boolean

If this property is set to true, sessionStorage will be used to hydrate and persist the CoordinateConversion widget's state within the same session.

Read more...

Optional view

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

A reference to the MapView or SceneView.

Read more...

Generated using TypeDoc