是否可以在Google Maps API中检索特定区域内所有地址的列表? [英] Is it possible to retrieve a list of all addresses within a certain region in Google Maps API?

查看:107
本文介绍了是否可以在Google Maps API中检索特定区域内所有地址的列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

说我想检索罗马的所有地址的列表.

Say I want to retrieve a list of all addresses of Rome.

如何在Google Maps API或任何其他Web服务中以编程方式实现此目的?我不希望地址的实际位置,而只是地址名称的列表.

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.

推荐答案

您无法使用Google Maps API做到这一点.

You cannot do that with the Google Maps API.

您可以反向地理编码(均在服务器上) -或客户端),但是使用反向地理编码时,您传递了一个坐标,并且仅返回该点的地址. 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.

这篇关于是否可以在Google Maps API中检索特定区域内所有地址的列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆