Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

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

Read more...

Optional geolocationOptions

geolocationOptions: any

The HTML5 Geolocation Position options for locating.

Read more...

Optional goToLocationEnabled

goToLocationEnabled: boolean

Indicates whether the widget will automatically navigate the view to the user's position when a geolocation result is found.

Read more...

Optional goToOverride

goToOverride: GoToOverride

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

Read more...

Optional graphic

The graphic used to show the user's location in the view.

Read more...

Optional iconClass

iconClass: string

The widget's default CSS icon class.

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 scale

scale: number

Indicates the scale to set on the view when navigating to the position of the geolocated result once a location is returned from the track event.

Read more...

Optional useHeadingEnabled

useHeadingEnabled: boolean

Indicates whether the widget will automatically rotate to user's direction.

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