VoiceInstructionsObserver

fun fun interface VoiceInstructionsObserver

Voice instruction interface, which can be registered via MapboxNavigation.registerVoiceInstructionsObserver

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNewVoiceInstructions
Link copied to clipboard
abstract fun onNewVoiceInstructions(voiceInstructions: VoiceInstructions)
Called every time on a new VoiceInstructions is applicable
toString
Link copied to clipboard
open fun toString(): String