RouteUpdateOptions

data class RouteUpdateOptions(val currentLocation: <Error class: unknown class>, val currentRoute: <Error class: unknown class>, val currentRoutePlanningOptions: <Error class: unknown class>, val distanceAlongRoute: <Error class: unknown class>, val remainingTime: <Error class: unknown class>, val numberOfVisitedWaypoints: Int)

Options for updating a route.

Important: This is a Public Preview API. It may be changed or removed at any time.

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.

Constructors

Link copied to clipboard
constructor(currentLocation: <Error class: unknown class>, currentRoute: <Error class: unknown class>, currentRoutePlanningOptions: <Error class: unknown class>, distanceAlongRoute: <Error class: unknown class>, remainingTime: <Error class: unknown class>, numberOfVisitedWaypoints: Int)

Properties

Link copied to clipboard
val currentLocation: <Error class: unknown class>
Link copied to clipboard
val currentRoute: <Error class: unknown class>
Link copied to clipboard
val currentRoutePlanningOptions: <Error class: unknown class>
Link copied to clipboard
val distanceAlongRoute: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val remainingTime: <Error class: unknown class>