RouteUpdateOptions

fun RouteUpdateOptions(currentLocation: GeoLocation, currentRoute: Route, currentRoutePlanningOptions: RoutePlanningOptions, distanceAlongRoute: Distance, remainingTime: Duration, numberOfVisitedWaypoints: Int)

Parameters

currentLocation

The current GeoLocation.

currentRoute

The current Route.

currentRoutePlanningOptions

The RoutePlanningOptions used to plan the current route.

distanceAlongRoute

Distance along route.

remainingTime

Estimated Duration left to reach the destination.

numberOfVisitedWaypoints

The number of waypoints already visited on the current route.