Package com.mapfactor.sdk.navigation
Interface InstructionsVoicesManager
public interface InstructionsVoicesManager
Instructions voice manager
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionGet beep instruction voice ID to use insetCurrentInstructionVoiceId(String)
methodGet current navigation instruction voicevoid
getInstructionsVoices
(InstructionsVoice.Type type, InstructionsVoicesListener voicesListener) Get available navigation instructions voicesGet silent instruction voice ID to use insetCurrentInstructionVoiceId(String)
methodboolean
isMuted()
Check navigation instructions are mutedvoid
setCurrentInstructionVoiceId
(String instructionVoiceId) Set current navigation instruction voicevoid
setMuted
(boolean muted) Mute/un-mute navigation instructions
-
Method Details
-
getCurrentInstructionsVoiceId
Get current navigation instruction voice- Returns:
- current navigation instruction voice Id
- Since:
- 1.0
-
setCurrentInstructionVoiceId
Set current navigation instruction voice- Parameters:
instructionVoiceId
- instruction voice Id- Since:
- 1.0
-
getSilentInstructionVoiceId
Get silent instruction voice ID to use insetCurrentInstructionVoiceId(String)
method- Returns:
- silent instruction voice ID
- Since:
- 4.6
-
getBeepInstructionVoiceId
Get beep instruction voice ID to use insetCurrentInstructionVoiceId(String)
method- Returns:
- beep instruction voice ID
- Since:
- 4.6
-
setMuted
void setMuted(boolean muted) Mute/un-mute navigation instructions- Parameters:
muted
- true to mute, false to un-mute- Since:
- 4.0
-
isMuted
boolean isMuted()Check navigation instructions are muted- Returns:
- true/false if navigation instructions are/are not muted
- Since:
- 4.0