RouteProgressObserver

fun fun interface RouteProgressObserver

Callback that provides state, progress, and other information regarding the current turn-by-turn routing

See also

com.mapbox.navigation.base.trip.model.RouteProgress

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onRouteProgressChanged
Link copied to clipboard
abstract fun onRouteProgressChanged(routeProgress: RouteProgress)
Invoked every time the RouteProgress is updated
toString
Link copied to clipboard
open fun toString(): String

Inheritors

ReplayProgressObserver
Link copied to clipboard