NavigatedRoutes

data class NavigatedRoutes(val activeRoute: ActiveRoute?, val alternativeRoutes: List<RoutePlan> = emptyList())

Aggregate of routes present in the navigation session, arranged by their roles.

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

Parameters

activeRoute

ActiveRoute class contains an active RoutePlan, and a better proposal RoutePlan.

alternativeRoutes

List of alternative route plans with distinct route planning criteria.

Constructors

Link copied to clipboard
fun NavigatedRoutes(activeRoute: ActiveRoute?, alternativeRoutes: List<RoutePlan> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Flat list of all navigated routes, stripped of role information.

Link copied to clipboard