BannerInstructionsObserver

fun fun interface BannerInstructionsObserver

Banner instruction that is helpful for turn-by-turn routing instructions. The BannerInstructions information is updated on route progress.

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
onNewBannerInstructions
Link copied to clipboard
abstract fun onNewBannerInstructions(bannerInstructions: BannerInstructions)
Called whenever new banner instruction available
toString
Link copied to clipboard
open fun toString(): String