Interface InstructionsVoicesManager


public interface InstructionsVoicesManager
Instructions voice manager
Since:
1.0
  • Method Details

    • getInstructionsVoices

      void getInstructionsVoices(@Nullable InstructionsVoice.Type type, @NonNull InstructionsVoicesListener voicesListener)
      Get available navigation instructions voices
      Parameters:
      type - (since 1.4) instructions voices type to get (null to get all)
      voicesListener - listener to receive list of available navigation instructions voices
      Since:
      1.0
    • getCurrentInstructionsVoiceId

      @NonNull String getCurrentInstructionsVoiceId()
      Get current navigation instruction voice
      Returns:
      current navigation instruction voice Id
      Since:
      1.0
    • setCurrentInstructionVoiceId

      void setCurrentInstructionVoiceId(@NonNull String instructionVoiceId)
      Set current navigation instruction voice
      Parameters:
      instructionVoiceId - instruction voice Id
      Since:
      1.0