selectRoute

abstract fun selectRoute(routeId: RouteId)

Select the given RoutingRoute and bring it to the front.

If the provided RoutingRoute is not a route from the RoutePlan displayed with displayRoutePlan, or if the provided RoutingRoute is already the selected route, then this method does nothing. Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

routeId

The RouteId of a RoutingRoute to bring to the front.