BackToRouteOptions

data class BackToRouteOptions(val currentLocation: <Error class: unknown class>, val currentRoute: <Error class: unknown class>, val currentDistanceAlongRoute: <Error class: unknown class>, val currentRoutePlanningOptions: <Error class: unknown class>, val numberOfVisitedWaypoints: Int)

Options for planning back to 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.

currentDistanceAlongRoute

The distance already travelled on the current route.

currentRoutePlanningOptions

The RoutePlanningOptions used to plan the current route.

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>, currentDistanceAlongRoute: <Error class: unknown class>, currentRoutePlanningOptions: <Error class: unknown class>, numberOfVisitedWaypoints: Int)

Properties

Link copied to clipboard
val currentDistanceAlongRoute: <Error class: unknown class>
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