Adding Grid Lines to 100.1 Map

669
1
07-24-2017 09:35 AM
GSauers
Occasional Contributor

I am trying to add Grid Lines to my map, either Lat/Long or MGRS, like I was able to in the 10.x.x ArcGIS SDK. I found a page that shows how to do this, but my Android Studio does not recognize the Grid reference. The code below is given as an example from ArcGIS. Can grid lines be added in the new Android ArcGIS 100.1?

Thanks.

// create a grid for showing Latitude and Longitude (Meridians and Parallels)

LatitudeLongitudeGrid grid = new LatitudeLongitudeGrid();

// display the grid on the map view

MyMapView.Grid = grid;

0 Kudos
1 Reply
AlexanderNohe1
Occasional Contributor III

From what I can tell, this looks to have yet to be implemented.  I would encourage you to log an enhancement request with your local Esri distributor.

0 Kudos