如何在 bing 地图中找到多边形的准确纬度/经度坐标
在浏览某个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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.