开发者

How to convert Longitude/ Latitude and zoom level to Google coordinates in C#?

开发者 https://www.devze.com 2023-03-22 20:24 出处:网络
I want to write a function in c# which takes geo coordinates (for example, 开发者_如何学Golongitude = 30.23423432 latitude = 23.995454342 ) and a zoom level (for example, 12) and converts it to a goog

I want to write a function in c# which takes geo coordinates (for example, 开发者_如何学Golongitude = 30.23423432 latitude = 23.995454342 ) and a zoom level (for example, 12) and converts it to a google tile coordinates ( for example, x= 43234 y=26234 ).


I think this post might help you out.

http://groups.google.com/group/Google-Maps-API/browse_thread/thread/d2103ac29e95696f?pli=1


An option is to utilize the UTM/MTM interface to Google. The link to it is http://leware.net/geo/utmgoogle.htm.

0

精彩评论

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