Location accuracy parameter not working?

Has anyone run into this problem

While using expo 32 and physical android device (OP3) it does not matter if i use accuracy argument on getCurrentPositionAsync I always get acccuracy of 30. Should it be lower on BestForNavigation?

Location.getCurrentPositionAsync({ accuracy: Location.Accuracy.BestForNavigation })
Location.getCurrentPositionAsync({ accuracy: Location.Accuracy.Lowest })

Hey @eetlaa,

Have you been able to try running your code on another Android device to see if this could be a device-specific issue?

Cheers,
Adam

Hey @adamjnav,

I tried with OP6 and got similar 28-29. Tomorrow I will try with another brand and test if accuracy is still “locked”

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.