ReplannedRoute

data class ReplannedRoute(val route: <Error class: unknown class>, val replanningReason: RouteReplanningReason, val routePlanningOptions: <Error class: unknown class>? = null)

Describes the route after replanning.

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

Parameters

route

The replanned route.

replanningReason

The reason why the route was replanned.

routePlanningOptions

Route planning options, if changed.

Constructors

Link copied to clipboard
constructor(route: <Error class: unknown class>, replanningReason: RouteReplanningReason, routePlanningOptions: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val route: <Error class: unknown class>
Link copied to clipboard
val routePlanningOptions: <Error class: unknown class>? = null