Package com.tomtom.sdk.navigation.dynamicrouting.api
Types
Link copied to clipboard
data class BackToRouteOptions( val currentLocation: GeoLocation, val currentRoute: Route, val currentDistanceAlongRoute: Distance, val currentRoutePlanningOptions: RoutePlanningOptions, val numberOfVisitedWaypoints: Int)
Content copied to clipboard
Options for planning back to route.
Link copied to clipboard
Entry point to perform a route planning action for dynamic use cases.
Link copied to clipboard
data class RouteUpdateOptions( val currentLocation: GeoLocation, val currentRoute: Route, val currentRoutePlanningOptions: RoutePlanningOptions, val distanceAlongRoute: Distance, val remainingTime: Duration, val numberOfVisitedWaypoints: Int)
Content copied to clipboard
Options for updating a route.