Is it possible to retrieve a list of all addresses within a certain region in Google Maps API? -


Say I want to retrieve a list of all the addresses of Rome

I use Google Map API , Or any other web service? I do not want the actual location of the address, just a list of address names.

You can not do this with Google Maps API.

You can do (both on server side or on customer side), but with reverse geocoding, you pass a coordinate and you can only return the point of that point to the Google Map API. Does not return all address of the area.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -