mapbox-navigation-android icon indicating copy to clipboard operation
mapbox-navigation-android copied to clipboard

[Drop-IN] Expose voiceInstructionsPlayer in drop-in

Open korshaknn opened this issue 3 years ago • 0 comments

Description

need to expose as a flow because MapboxAudioGuidanceVoice is created in MapboxAudioGuidance when some flows are combined, so we have some delay. If we don't use a flow, and expose a player directly, it will be null until combine is triggered ^^, i.e. it will be null if we use it in activity::onCreate

korshaknn avatar Oct 12 '22 10:10 korshaknn