Hi, is it possible to get a list of street addresses belonging to the known street using Google Maps API?
I'm trying to solve this: I need to mark all street addresses along the street. I've solved it by using GDirections to obtain the road, then I go along this road step by step and obtain street address using reverse geocoding (GClientGeocoder). This works, but it is quite slow, because I have to do a lot of reverse geocoding requests. Is there a better solution? Is it possible to configure the GClientGeocoder.getLocations(...) query to obtain the list of street addresses belonging to some place (street, or a list of addresses that are immediately surrounding the given latitude and longitude) ? Thanks. - Ladislav Bumbalek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
