How to get Latitude and Longitude from a MapPoint

849
1
Jump to solution
10-08-2018 12:52 PM
CharlieSchoonover
New Contributor

I know I can get X and Y coordinates, but how can I make sure those are Latitude and Longitude?

0 Kudos
1 Solution

Accepted Solutions
Wolf
by Esri Regular Contributor
Esri Regular Contributor

You can look at this example: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/b76a6625dc3fa2e4287c1b39ab4b95e3a8f2b0...

It is using an overlay control to show the coordinates in lat/long.

View solution in original post

1 Reply
Wolf
by Esri Regular Contributor
Esri Regular Contributor

You can look at this example: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/b76a6625dc3fa2e4287c1b39ab4b95e3a8f2b0...

It is using an overlay control to show the coordinates in lat/long.