Question: How are you getting your location fix? Are you using
"ACCURACY_FINE" and assuming it will use the GPS? Unless you
specifically test for the provider being GPS, it might default to
network, which would give you a position with limited accuracy. I've
seen this bouncing around effect when the wireless location (network)
provider is trying to figure out where the device is, as it zeros in
on the location, it can hop all over the map.

Bottom line: Don't assume that ACCURACY_FINE will be GPS, unless you
have GPS satellites in view and the user has enabled GPS, you'll be
using the network location service instead.

-John Coryat

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