toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-voice-guidance
/
com.mapbox.nav.gm.voiceGuidance.loader
/
VoiceInstructionsLoader
Voice
Instructions
Loader
interface
VoiceInstructionsLoader
Inheritors
VoiceInstructionsLoaderImpl
Members
Functions
clean
Link copied to clipboard
abstract
fun
clean
(
announcement
:
SpeechAnnouncement
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
voiceInstructions
:
VoiceInstructions
,
timeMillis
:
Long
)
:
SpeechAnnouncement
is
Cached
Link copied to clipboard
abstract
fun
isCached
(
voiceInstructions
:
VoiceInstructions
)
:
Boolean
prepare
Link copied to clipboard
abstract
suspend
fun
prepare
(
voiceInstructions
:
VoiceInstructions
)
:
Boolean