Hi, I'm needing to have the total addresses along with their door numbers for a city, state, country, etc.
Is there any way to get this data from google maps, some open database, get all the addresses from google maps?
Thanks
Hi, I'm needing to have the total addresses along with their door numbers for a city, state, country, etc.
Is there any way to get this data from google maps, some open database, get all the addresses from google maps?
Thanks
The Google Maps API does not offer that possibility.
However, there is this web page with a BD OpenSource with all the information around the world: link
It's the only open source database I've found. If in your case you want the list of addresses only to validate, you could call the google api, and if you do not return it, no location would mean it does not exist.