RoutePlan

data class RoutePlan(val route: Route, val routingOptions: RoutingOptions)

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.

routingOptions

Options that were used during route planning.

Constructors

Link copied to clipboard
fun RoutePlan(route: Route, routingOptions: RoutingOptions)

Properties

Link copied to clipboard
val route: Route
Link copied to clipboard
val routingOptions: RoutingOptions