RoutePlan

data class RoutePlan(val route: Route, val planRouteOptions: PlanRouteOptions)

Options to specify all required parameters for a single navigation session.

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

Parameters

route

Route that will be processed in navigation.

planRouteOptions

Options that were used during route planning.

Constructors

Link copied to clipboard
fun RoutePlan(route: Route, planRouteOptions: PlanRouteOptions)

Properties

Link copied to clipboard
val planRouteOptions: PlanRouteOptions
Link copied to clipboard
val route: Route