I have developed an application for Android, for storing user\'s GPS location.
One of my customers gave me his device and I noticed that sometimes the accuracy of t
If you're using Google fused location provider then those errors are bound to happen, so if you want the most accurate results and restrict them to GPS only, then use Android location framework instead of Google Play services Location API.
You can also filter major distance changes if you want to continue using Google's Location API.