Screen coordinates to map coordinates

745
1
Jump to solution
05-31-2018 10:55 AM
MarkCollins
Occasional Contributor

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

0 Kudos
1 Solution

Accepted Solutions
MarkCollins
Occasional Contributor

Looks like this method provides the same capability: MapView.ScreenToLocation Method 

View solution in original post

0 Kudos
1 Reply
MarkCollins
Occasional Contributor

Looks like this method provides the same capability: MapView.ScreenToLocation Method 

0 Kudos