Using requestLocationUpdates(), the GPS fetches more than one location
fix per interval. I have attempted to use hasAccuracy() and
getAccuracy() to filter the amount of data that is fetched. However,
it doesn't limit the fetch to one single point. Is there any way to
filter the data so that I capture one point (the most accurate fix)
and one point only?

-- 
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