Hi,
I've got a list of points(latitude,longitude). How to add these points to the map using the Arcgis Pro SDK?
Thanks!
Solved! Go to Solution.
I'd spend some time in the documentation as well as check out this existing post that explains a similar request.
I'd spend some time in the documentation as well as check out this existing post that explains a similar request.
Thanks,
I have Lat/long of the points, how can I convert them to X/Y?
MapPointBuilder and Coordinate2D seem only work with X/Ys.
I suspect it's due to an incorrect Spatial Reference or the lat/lon being swapped? (Lat = Y, Lon=X). If you are using WGS84 lat lon, the WKID is 4326. This snippet section leads through setting up a spatial reference and constructing a geometry.