NavigationOptions

data class NavigationOptions(val activeRoutePlan: RoutePlan?)

NavigationOptions class contains an active RoutePlan, and a list of alternative RoutePlan. Active RoutePlan can be null.

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

Parameters

activeRoutePlan

active RoutePlan

Constructors

Link copied to clipboard
fun NavigationOptions(activeRoutePlan: RoutePlan?)

Properties

Link copied to clipboard
val activeRoutePlan: RoutePlan?