开发者

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

开发者 https://www.devze.com 2023-01-09 00:30 出处:网络
Say I want to开发者_JAVA百科 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 a

Say I want to开发者_JAVA百科 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消