Hi, One of my users is seeing this logcat message: LocationMasfClient ( 1056): getNetworkLocation(): Returning cache location with accuracy -1.0
What does a negative accuracy mean here? Based on the JavaDocs, I understand that Location objects return an accuracy between 0 (for hasAccuracy = false) to MAX_INT. So is this -1 just an internal value that gets translated to a 0 when a Location object is returned? Or could this negative value propagate to what my LocationListener receives? 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 -~----------~----~----~----~------~----~------~--~---

