When you click on the XamMap, you can get mouse point.
Mouse.GetPosition(this.theMap).
But how to translate to geodetic point.
UnprojectFromMap can't use the mouse point directly.
You should translate the mouse point before UnProjectFromMap().
Anybody can resolve this issue.
Thanks in advance.
Hi,
It looks like Ivan already pointed you to the answer but I’m just checking to see if you have any follow up questions.
Please let me know if there is anything I can help with further.
Hi AdamWan,
Please take a look at this thread: http://blogs.infragistics.com/forums/p/36373/211741.aspx, it has a verified answer and sample code.
Regards,
Ivan Kotev