toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-voice-guidance
/
com.mapbox.dash.sdk.voiceGuidance.loader
/
VoiceInstructionsLoader
Voice
Instructions
Loader
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
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