MapboxGuidancePlayer

class MapboxGuidancePlayer(    scope: CoroutineScope,     player: MapboxVoiceInstructionsPlayer,     voiceInstructionObserver: VoiceInstructionObserver,     voiceInstructionsLoader: VoiceInstructionsLoader,     observeUserPreferredUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase) : GuidancePlayer

Constructors

Link copied to clipboard
constructor(    scope: CoroutineScope,     player: MapboxVoiceInstructionsPlayer,     voiceInstructionObserver: VoiceInstructionObserver,     voiceInstructionsLoader: VoiceInstructionsLoader,     observeUserPreferredUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase)

Functions

Link copied to clipboard
open override fun startInstructionsPlaying()
Link copied to clipboard
open override fun stopInstructionsPlaying()