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

一曲冷凌霜 提交于 2019-12-24 01:19:14

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/3353715/is-it-possible-to-retrieve-a-list-of-all-addresses-within-a-certain-region-in-go

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!