the question is itching my mind .why is the google maps android app accuracy is not the same as the accuracy that you get when you develop an app that uses there API
Asked
Active
Viewed 154 times
1 Answers
0
One thing it is dependent on the kind of permission you are asking the user in the manifest.
ACCESS_COARSE_LOCATION:- approximate location. ACCESS_FINE_LOCATION:- Precise location as possible.
Also, check the below answer:- Android - get coordinates accurately like Google Maps

Ankush Sharma
- 11
- 5