Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectionsViewModelProperties

Hierarchy

Index

Properties

Optional apiKey

apiKey: string

An authorization string used to access a resource or service.

Read more...

Optional goToOverride

goToOverride: GoToOverride

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

Read more...

Optional impedanceAttribute

impedanceAttribute: string

The network attribute name to be used as the impedance attribute in the analysis.

Read more...

Optional maxStops

maxStops: number

The maximum number of stops allowed for routing.

Read more...

Optional routeParameters

Route Parameters object used to call the service.

Read more...

Optional routeServiceUrl

routeServiceUrl: string

The URL of the REST endpoint of the Route service.

Read more...

Optional routeSymbol

Defines the symbol used to draw the route on the map.

Read more...

Optional selectedTravelMode

selectedTravelMode: TravelModeProperties

The selected travel mode.

Read more...

Optional stopSymbols

The default stop symbols used to display locations between the origin and final destination.

Read more...

Optional stops

An array of graphics that define the stop locations along the route.

Read more...

Optional view

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

The view from which the widget will operate.

Read more...

Generated using TypeDoc