RoadObjectsOnRouteObserver

fun interface RoadObjectsOnRouteObserver

Observer that gets notified when route changes and new road objects on the route are available.

See also

Functions

Link copied to clipboard
abstract fun onNewRoadObjectsOnTheRoute(roadObjects: List<UpcomingRoadObject>)

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