VoiceInstructionsAvailableObserver

@MapboxExperimental
fun interface VoiceInstructionsAvailableObserver

Observer that notifies about relevant voice instructions availability changes.

Note: The observer will be called from the main thread when voice instruction availability changes.

See also

Functions

Link copied to clipboard
abstract fun onChanged(available: Boolean)