必应地图。如何通过纬度和经度获取地址?

发布于 2025-01-02 13:10:14 字数 46 浏览 0 评论 0原文

是否可以通过纬度和经度获取地址(国家、城市、街道等)? (必应地图版本 7)

Is it possible to get address(Country, City, street, etc) by latitude and longitude?
(BingMaps version 7)

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

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

发布评论

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

评论(2

坏尐絯 2025-01-09 13:10:14

您正在寻找的是反向地理编码 - 将坐标转换为地址(与常规地理编码相反,从地址信息获取坐标)。 BingMaps 7.0 javascript 库不直接支持此功能,但您可以从 Bing Maps REST 服务(特别是位置服务)获取此功能。

查看位置服务的文档和 Javascript 的文档他们提供示例调用该服务的库JavaScript。

What's you're looking for is reverse geocoding - translating a coordinate into an address (as opposed to regular geocoding, getting coordinates from address information). The BingMaps 7.0 javascript library doesn't support this directly, but you can get this functionality from the Bing Maps REST services, and specifically the Locations service.

Check out both the documentation of the Locations service and the docs of the Javascript library where they provide examples of calling that service from javascript.

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