ActiveRoute

data class ActiveRoute(val routePlan: RoutePlan, val proposedRoute: Route?)

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

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

Parameters

routePlan

Active RoutePlan.

proposedRoute

Proposal Route.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard