selectRoute

abstract fun selectRoute(route: Route)

Selects a Route to be navigated when a navigation session starts.

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 navigated on.