mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
[Bug]: Reduced accuracy view is not controllable
Mapbox Navigation SDK version
2.7.0.beta2
Steps to reproduce
Set the reducedAccuracyActivatedMode to false during initialisation. The core location manager will fire an event after, making the reduced view appearing
Expected behavior
I'm expecting to have control if I want to see the reduced ring view or not
Actual behavior
Since mapbox navigation is using an internal location manager the user cannot override, we don't have control of it Also there is a condition with a OR in accuracy autorization that doesn't make sense. It should be a AND to give control to the user to show or not the accuracy ring view.
Is this a one-time issue or a repeatable issue?
repeatable