Package com.mapbox.navigation.ui.voice.model

Types

AudioFocusOwner
Link copied to clipboard
enum AudioFocusOwner : Enum<AudioFocusOwner>
Specifies the owner for the audio focus
SpeechAnnouncement
Link copied to clipboard
class SpeechAnnouncement
SpeechError
Link copied to clipboard
class SpeechError
The state is returned if there is an error retrieving the voice instruction
SpeechValue
Link copied to clipboard
class SpeechValue
The state is returned when the speech is ready to be played on the UI.
SpeechVolume
Link copied to clipboard
data class SpeechVolume(@FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble()level: Float)
The state is returned if we change the speech volume.