NavigatedRoutes

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

Parameters

activeRoute

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

alternativeRoutes

List of alternative route plans with distinct route planning criteria.