ActiveRoute

data class ActiveRoute(val routePlan: RoutePlan, val betterProposal: RoutePlan?)

ActiveRoute class contains an active RoutePlan, and a better proposal RoutePlan. Better proposal RoutePlan can be null.

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

Parameters

routePlan

Active RoutePlan.

betterProposal

Better proposal RoutePlan.

Constructors

Link copied to clipboard
fun ActiveRoute(routePlan: RoutePlan, betterProposal: RoutePlan?)

Properties

Link copied to clipboard
Link copied to clipboard