setActiveRoute

abstract fun setActiveRoute(route: Route)

Set as active a Route from the routes displayed in the map.

If the provided Route is not a route from the RoutePlan displayed with displayRoutePlan, then this method does nothing.

Parameters

route

The Route to be active.