VoiceInstructionObserverImpl

class VoiceInstructionObserverImpl(    routesUpdated: Flow<RoutesUpdatedResult> = MapboxNavigationApp.flowRoutesUpdated(),     routeProgress: Flow<RouteProgress> = MapboxNavigationApp.flowRouteProgress()) : VoiceInstructionObserver

Constructors

Link copied to clipboard
constructor(    routesUpdated: Flow<RoutesUpdatedResult> = MapboxNavigationApp.flowRoutesUpdated(),     routeProgress: Flow<RouteProgress> = MapboxNavigationApp.flowRouteProgress())

Properties

Link copied to clipboard
open override val voiceInstructions: Flow<List<VoiceInstructionImpl>>