routes

abstract val routes: List<Route>

The list of routes that is being displayed on the map.

During display of a RoutePlan, this list contains the selected route and the alternative routes. The alternative routes are removed from this list when a navigation session starts, so that it only contains the selectedRoute (at this moment, AKA the active route). This list will be empty after calling clear.