开发者

How do I find the the exact lat/lng coordinates of a polygon in bing maps

开发者 https://www.devze.com 2023-02-08 03:14 出处:网络
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 rel开发者_运维技巧ative location of the polygon, and i need thelat/l

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 rel开发者_运维技巧ative location of the polygon, and i need the lat/lng coordinates.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消