On Jan 14, 3:26 pm, ladab <[email protected]> wrote: > > is it possible to get a list of street addresses belonging to the > known street using Google Maps API?
No. > 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. It comes perilously close to breaking the Terms of Service (paragraph 10.6) > 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) ? No. The API isn't designed to be used in this way. You should get house numbers from the authority which is responsible for allocating them. [In the UK, for example, local town/borough/district councils are responsible, and they are available from Royal Mail in the Postcode Address File] Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
