Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectionsProperties

Hierarchy

Index

Properties

Optional apiKey

apiKey: string

An authorization string used to access a resource or service.

Read more...

Optional container

container: string | HTMLElement

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

Read more...

Optional goToOverride

goToOverride: GoToOverride

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

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the origin and destination addresses (i.e.

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 maxStops

maxStops: number

The maximum number of stops allowed for routing.

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 searchProperties

searchProperties: DirectionsSearchProperties

Controls the default properties used when searching.

Read more...

Optional stopSymbols

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

Read more...

Optional view

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

The view from which the widget will operate.

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