NavigationRoute 
    Wraps a route object used across the Navigation SDK features.
Parameters
directionsResponse 
the original response that returned this route object.
routeIndex 
the index of the route that this wrapper tracks from the collection of routes returned in the original response.
routeOptions 
options used to generate the directionsResponse
Types
Functions
Properties
Link copied to clipboard
                DirectionsRoute that this NavigationRoute represents.
Link copied to clipboard
                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.
Link copied to clipboard