RoadObjectsOnRouteObserver

fun fun interface RoadObjectsOnRouteObserver

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

See also

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNewRoadObjectsOnTheRoute
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.
toString
Link copied to clipboard
open fun toString(): String