I use Google Maps for my project. It shows approximate location on a map, surrounded by a blue circle showing the inaccuracy of your position. I want to understand how correctly determined my location. And the question is how to get the radius of this accuracy circle?
Asked
Active
Viewed 1,089 times
2
-
Can you please more elaborate your questions by providing your exact requirements or some block of codes? Thanks – Basit Ali Dec 26 '18 at 10:39
-
@BasitAli, I supplemented my question – Daryn Dec 26 '18 at 11:02
2 Answers
0
GoogleMap.OnMyLocationChangeListener
was the way of what the blue dot shows. It was receiving location and you were able get accuracy but it's deprecated.
Google suggests FusedLocationProviderApi
instead. It's also source of blue dot
Use com.google.android.gms.location.FusedLocationProviderApi instead. FusedLocationProviderApi provides improved location finding and power usage and is used by the "My Location" blue dot.

blackkara
- 4,900
- 4
- 28
- 58