routes

abstract val routes: List<Route>

The list of Routes displayed on the map.

During display of a RoutePlan, this list contains the active route and the alternative routes. The alternative routes are removed from this list when a navigation session starts, so that it only contains the activeRoute. This list is empty after calling clearRoutePlan.