Every once in a while, once of my users sees this message in logcat:

D/LocationMasfClient( 1056): getNetworkLocation(): Returning cache
location with accuracy -1.0


What does a negative accuracy mean?  Based on the JavaDocs, I thought
location accuracy ranged from 0 (if hasAccuracy is false) to
MAX_FLOAT.  Is -1 used as an internal value that is eventually
translated to 0 before the LocationManager returns a Location object
to my app?


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

Reply via email to