You are right, getFromLocationName() with bounding box returns a empty list ...it is a bug...and will be fixed in the next release.
2008/9/6 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > Sorry to bump, but does this work for anyone? > > On Sep 3, 10:59 am, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > Does anyone know if getLocationFromName (with a bounding box) works in > > 0.9? I can use the simpler version just fine: > > > > public List<Address>getFromLocationName(String locationName, int > > maxResults) > > > > When I use the version that accepts a bounding box, I always get a > > null result: > > public List<Address>getFromLocationName(String locationName, int > > maxResults, double lowerLeftLatitude, double lowerLeftLongitude, > > double upperRightLatitude, double upperRightLongitude) > > > > Has anyone successfully used it? > > > > --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

