NavigationRoute
Wraps a route object used across the Navigation SDK features.
Parameters
the original response that returned this route object.
the index of the route that this wrapper tracks from the collection of routes returned in the original response.
options used to generate the directionsResponse
Types
Functions
Properties
DirectionsRoute that this NavigationRoute represents.
Unique local identifier of the route instance. For routes which contain server-side UUID it's equal to: UUID + "#" + routeIndex
, for example: d77PcddF8rhGUc3ORYGfcwcDfS_8QW6r1iXugXD0HOgmr9CWL8wn0g==#0
. For routes which were generated onboard and do not have a UUID it's equal to: "local@" + generateUuid() + "#" + routeIndex
, for example: local@84438c3e-f608-47e9-88cc-cddf341d2fb1#0
.
Returns a list of UpcomingRoadObject present in a route.