I am using fused api helper to get location,
I get correct location almost 99% of but 1% of the time the variation is huge... more than 1000km with good accuracy as well
how do we rectify this?
Asked
Active
Viewed 132 times
-2

Tushar Saha
- 1,978
- 24
- 29
-
Please post your code please – 7geeky Aug 25 '16 at 12:23
2 Answers
2
I also implemented fused api and this happened to me , so i tried LocationListener and got always actual result

Shubham Chhipa
- 161
- 1
- 8
0
Cell tower location might be wrong in database, and because of this, wrong location is returned.
You can refer to this issue for more info. Additionally, you can add code in your app to fetch cell tower details & query geolocation API to verify whether the returned result is same or not.

Dat Nguyen
- 1,626
- 22
- 25

shra
- 1
- 2