Package com.mapfactor.sdk.navigation
Interface InstructionsVoicesManager
public interface InstructionsVoicesManager
Instructions voice manager
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionGet current navigation instruction voicevoidgetInstructionsVoices(InstructionsVoice.Type type, InstructionsVoicesListener voicesListener) Get available navigation instructions voicesbooleanisMuted()Check navigation instructions are mutedvoidsetCurrentInstructionVoiceId(String instructionVoiceId) Set current navigation instruction voicevoidsetMuted(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
-
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