Hello,
I'm getting a point from a mouse click on the map. I use that point to create a MapPoint and use screen to location on that point. This allows MapPoint to have x/y properties. When I do this the x and y properties that MapPoint has are the meter measurements. However, I need the measurements of x/y ->lat/long to be in the degree and minutes format with the range of =-90 and =-180 degrees.
Example:
45º,-94º lat/lon is about -10503190m, 5653794m x/y.
I know there is the CoordinateFormatter to convert to lat/long, but this does not get it with the range of =-90 and =-180. It remains in terms of meters.
I may have missed something and would love to be pointed in the right direction, but is there any converter out there that will do this for me?