Hi all, I am playing around with reverse geocoding and I am able to get almost a complete address out of the getFromLocation call, however it seem that the house/building number is always missing from the returned address.
Geocoder geo = new Geocoder(context); addresses = geo.getFromLocation(loc.getLatitude(), loc.getLongitude (), 1); Is this a konwn "feature" ? Is there a workaround ? Thanks, Lior --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

