将逻辑屏幕坐标转换为Lat / Long

问题描述:

我需要将逻辑屏幕坐标转换为纬度/经度。我有图像,这是从谷歌静态API网址返回。返回图像的大小为512x512,此图像将放置在大小为300x200的WPF图像控件中。当我用光标移动图像时,我想将鼠标位置更改为坐标。你能帮帮我怎么做吗?

谢谢

I need to convert logical screen cordinates to latitude/longitude. I have image, which is return from google static api url. the size of returned image is 512x512 and this image is placed to the WPF Image control of size 300x200. When I move with the cursor through the image, I would like to change the mouse position to the coordinatees. Can you help me how to do it?
thank you

也许你可以看看Bing Maps?这提供了一个真实的地图并使用真实坐标。
Perhaps you can take a look at Bing Maps? This provides a real map and works with real coordinates.