onNewRoadObjectsOnTheRoute

abstract fun onNewRoadObjectsOnTheRoute(roadObjects: List<UpcomingRoadObject>)

Invoked when the route has changed and new road objects are available, or when the route is cleared.

Parameters

roadObjects

road objects for the current route, or empty list if the route is cleared.