What is the recommended way to find the proper map coordinates (geographic x/y) from a set of screen coordinates? (In the old WPF API there was a method called ScreenToMap which would do this). My applications users are using drag/drop to place an icon on the map and I have the screen x/y and need to find out the map coordinates for that screen x/y.
Thanks,
Mark
Solved! Go to Solution.
Looks like this method provides the same capability: MapView.ScreenToLocation Method
Looks like this method provides the same capability: MapView.ScreenToLocation Method