ReplannedRoute

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class ReplannedRoute(val route: Route, val replanningReason: RouteReplanningReason, val routePlanningOptions: RoutePlanningOptions)

Describes the route after replanning.

Constructors

Link copied to clipboard
constructor(route: Route, replanningReason: RouteReplanningReason, routePlanningOptions: RoutePlanningOptions)

Properties

Link copied to clipboard

The reason why the route was replanned.

Link copied to clipboard

The replanned route.

Link copied to clipboard

Route planning options.