Companion
Functions
Link copied to clipboard
                Content copied to clipboard
fun create(    directionsResponse: DirectionsResponse,     routeOptions: RouteOptions,     routerOrigin: RouterOrigin): List<NavigationRoute>
Content copied to clipboard
Creates new instances of NavigationRoute based on the routes found in the directionsResponse.
Content copied to clipboard
fun create(    directionsResponseJson: String,     routeRequestUrl: String,     routerOrigin: RouterOrigin): List<NavigationRoute>
Content copied to clipboard
Creates new instances of NavigationRoute based on the routes found in the directionsResponseJson.