Specify a map's spatial reference.
Choosing the correct spatial reference is important for ensuring accurate projection of data points to a map.
- Instantiate an
Map
object using a spatial reference e.g.ArcGISMap(SpatialReference.Create(54024))
. - Instantiate a
Basemap
object using anArcGISMapImageLayer
object. - Set the base map to the map.
- Display the map in a map view.
- Map
- ArcGISMapImageLayer
- Basemap
- MapView
- SpatialReference
Operational layers will automatically project to this spatial reference when possible.
SpatialReference, WKID, project