OffRouteObserver

fun fun interface OffRouteObserver

This interface is for turn-by-turn route navigation, but not in free-drive mode. This interface can be registered via a MapboxNavigation object.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onOffRouteStateChanged
Link copied to clipboard
abstract fun onOffRouteStateChanged(offRoute: Boolean)
Called whenever the user is off route
toString
Link copied to clipboard
open fun toString(): String