有没有办法找到最近的十字路口的地址?

发布于 2024-08-28 20:58:59 字数 55 浏览 9 评论 0原文

使用谷歌地图 API 是否有一种方法可以在给定特定街道地址的情况下以编程方式查找最近的十字路口?

Using the google maps API is there a way to programmatically find the nearest cross streets, given a particular street address?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痴情换悲伤 2024-09-04 20:58:59

不幸的是,Google 地图 API 不提供从特定街道地址或坐标查找最近交叉路口的方法。您可能需要查看以下帖子以进一步阅读:

Unfortunately the Google Maps API does not provide methods to find the nearest intersection from a particular street address or coordinate. You may want to check the following posts for further reading:

于我来说 2024-09-04 20:58:59

也许这个方法可能会让人感兴趣:

GStreetviewClient.getNearestPanorama(a,b,c)

GStreetviewClient.getNearestPanoramaLatLng(a,b,c)

maybe this methods could be of interest:

GStreetviewClient.getNearestPanorama(a,b,c)

GStreetviewClient.getNearestPanoramaLatLng(a,b,c)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文