I’ve got a GPS tracking application that occasionally (say once a month) returns a bunch of wild/invalid fixes. Is there a strategy for handling this situation?
I’ve got a GPS tracking application that occasionally (say once a month) returns a
Share
You may use
getAccuracy()to check and see how precise is your GPS fix and throw away anything which does not fit. 100m is a good threshold for outdoor applications.