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

Go to the source code of this file.

Enumerations

enum  AGSLabelAngleRotationType { AGSLabelAngleRotationTypeAutomatic = 0 , AGSLabelAngleRotationTypeArithmetic = 1 , AGSLabelAngleRotationTypeGeographic = 2 }
 

Enumeration Type Documentation

◆ AGSLabelAngleRotationType

How the placement angle should be interpreted. The type of rotation applied to the AGSLabelAngle::angleExpression property should be interpreted as AGSLabelAngleRotationTypeArithmetic (counter-clockwise from east) or AGSLabelAngleRotationTypeGeographic (clockwise from north).

Since
100.11
Enumerator
AGSLabelAngleRotationTypeAutomatic 

The angle uses the default interpretation (AGSLabelAngleRotationTypeArithmetic).

AGSLabelAngleRotationTypeArithmetic 

The angle is interpreted as arithmetic i.e. counterclockwise from east.

AGSLabelAngleRotationTypeGeographic 

The angle is interpreted as geographic i.e. clockwise from north.