RoutePlan

data class RoutePlan(val route: Route, val routePlanningOptions: RoutePlanningOptions)

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.

routePlanningOptions

Options that were used during route planning.

Constructors

Link copied to clipboard
fun RoutePlan(route: Route, routePlanningOptions: RoutePlanningOptions)

Properties

Link copied to clipboard