Android API: 33
Mapbox Navigation SDK version: 10.15.0
Steps to trigger behavior
- long click to set the destination and then start the navigation simulation
- pause the simulation by calling
stopTripSession()
- resume the simulation by calling
startTripSession()
Expected behavior
- The navigation simulation should resume at the location where it was paused
Actual behavior
- The simulation resumes at the another location, it seems the simulation works in background.
- I want to pause and resume the navigator