如何在 bing 地图中找到多边形的准确纬度/经度坐标

发布于 2024-10-15 20:57:06 字数 74 浏览 4 评论 0原文

在浏览某个 bing 地图应用程序时,我需要提取多边形的坐标。 在html中,我得到的只是多边形的相对位置,并且我需要纬度/经度坐标。

while browsing into a certain bing map application, i need to extract the coordinates of a polygon.
in the html, all i get is a the relative location of the polygon, and i need the lat/lng coordinates.

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

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

发布评论

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

评论(1

掐死时间 2024-10-22 20:57:06

您可以使用 PixelToLatLong() 方法将地图上的像素位置转换为相应的纬度/经度。请参阅 http://msdn.microsoft.com/en-us/library/bb429564。 aspx 了解详细信息。

You can use the PixelToLatLong() method to convert from pixel locations on the map to corresponding Lat/Long. See http://msdn.microsoft.com/en-us/library/bb429564.aspx for details.

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