DashGuidancePlayer

class DashGuidancePlayer(player: Player, instructionsToPrefetch: Flow<List<VoiceInstructionImpl>>, instructionsToPlay: Flow<VoiceInstructions> = MapboxNavigationApp.flowVoiceInstructions(), rerouteState: Flow<RerouteState> = MapboxNavigationApp.flowRerouteState()) : GuidancePlayer

Constructors

Link copied to clipboard
constructor(player: Player, instructionsToPrefetch: Flow<List<VoiceInstructionImpl>>, instructionsToPlay: Flow<VoiceInstructions> = MapboxNavigationApp.flowVoiceInstructions(), rerouteState: Flow<RerouteState> = MapboxNavigationApp.flowRerouteState())

Functions

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