Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 addresses of Rome.

How do I achieve this programmatically in Google Maps API, or any other web service? I don't want the actual location of the addresses, just a list of the names of the addresses.

like image 577
Panagiotis Panagi Avatar asked Oct 15 '25 14:10

Panagiotis Panagi


1 Answers

You cannot do that with the Google Maps API.

You can do reverse geocoding (both on the server-side or on the client-side), but with reverse geocoding you pass one coordinate and you are returned the address of that point only. The Google Maps API does not return all the addresses of a particular area.

like image 153
Daniel Vassallo Avatar answered Oct 17 '25 11:10

Daniel Vassallo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!