Hello!

I'm develop an application which uses GPS to periodically determine
user location. The problem is that when the user is stationary, the
successive locations comes with a large "jumps" in latitude and
longitude (up to 100 meters).
Is there any way to filter out these "jumps" (also known as "GPS
multipath errors")?
For obtaining locations, I'm use requestLocationUpdates(...) with 0.0
minDistance parameter and interval (minTime) between 30 and 90 s
(depending on network availability for sending locations and battery
state).

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to