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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -