You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other parts of the app you need to know if you should be using MapboxNavigation.mapboxReplayer. The only time you can use mapboxReplayer is if you call startReplayTripSession
There are other options when starting a trip session. withForegroundService for example. So for this task, instead of only exposing a MapboxNavigation.replayEnabled. I think we should expose something like MapboxNavigation.tripSessionOptions. Where TripSessionOptions includes the options used to start the trip session.