ArcGIS Runtime SDK for iOS: AGSGrid.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSGrid.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSGridLabelPosition {
  AGSGridLabelPositionGeographic = 0 , AGSGridLabelPositionBottomLeft = 1 , AGSGridLabelPositionBottomRight = 2 , AGSGridLabelPositionTopLeft = 3 ,
  AGSGridLabelPositionTopRight = 4 , AGSGridLabelPositionCenter = 5 , AGSGridLabelPositionAllSides = 6
}
 

Variables

 typedef
 

Enumeration Type Documentation

◆ AGSGridLabelPosition

Represents options for positioning grid labels on screen. AGSGridLabelPositionGeographic means labels are anchored to a geographical position on the map, whereas the remaining enum values are screen-positioned, with the labels anchored relative to the edge of the map.

Since
100.0
Enumerator
AGSGridLabelPositionGeographic 

Labels anchored to a geographical position on the map view.

AGSGridLabelPositionBottomLeft 

'Y' labels anchored to left of map view, 'X' labels anchored to bottom.

AGSGridLabelPositionBottomRight 

'Y' labels anchored to right of map view, 'X' labels anchored to bottom.

AGSGridLabelPositionTopLeft 

'Y' labels anchored to left of map view, 'X' labels anchored to top.

AGSGridLabelPositionTopRight 

'Y' labels anchored to right of map view, 'X' labels anchored to top.

AGSGridLabelPositionCenter 

'Y' and 'X' labels in center of map view.

AGSGridLabelPositionAllSides 

Labels are anchored to top, right, bottom and left of map view.

Variable Documentation

◆ typedef

typedef
Initial value:
{
AGSGridTypeLatitudeLongitudeGrid = 0,
AGSGridTypeUTM = 1,
AGSGridTypeMGRS = 2,
AGSGridTypeUSNG = 3,
AGSGridTypeUnknown = -1
}
Since
100.0
Deprecated:
100.1 AGSGridType is not used.