Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackViewModelProperties

Hierarchy

Index

Properties

Optional geolocationOptions

geolocationOptions: any

The HTML5 Geolocation Position options for locating.

Read more...

Optional goToLocationEnabled

goToLocationEnabled: boolean

Indicates whether to navigate the view to the position and scale of the geolocated result.

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 on the map.

Read more...

Optional scale

scale: number

The scale to set on the view when navigating to the position of the geolocated result.

Read more...

Optional view

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

The view associated with the widget.

Read more...

Generated using TypeDoc