ActiveRoute

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

ActiveRoute class contains an active RoutePlan and an optional RoutePlan proposal.

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

Parameters

routePlan

Active RoutePlan.

proposedRoutePlan

RoutePlan representing the better route proposal.

Constructors

Link copied to clipboard
constructor(routePlan: RoutePlan, proposedRoutePlan: RoutePlan?)

Properties

Link copied to clipboard
Link copied to clipboard