27 #import <Foundation/Foundation.h> 
   28 #import <ArcGIS/AGSObject.h> 
   29 #import <ArcGIS/AGSJSONSerializable.h> 
   55 #pragma mark initializers 
   90 #pragma mark properties 
AGSLabelAngleRotationType
Definition: AGSLabelAngle.h:39
 
@ AGSLabelAngleRotationTypeGeographic
Definition: AGSLabelAngle.h:42
 
@ AGSLabelAngleRotationTypeArithmetic
Definition: AGSLabelAngle.h:41
 
@ AGSLabelAngleRotationTypeAutomatic
Definition: AGSLabelAngle.h:40
 
An Arcade expression object, containing an expression, a name, a return type and a title.
Definition: AGSArcadeExpression.h:53
 
Specifies how to calculate the angular position and layout direction for labels on or around point fe...
Definition: AGSLabelAngle.h:52
 
AGSLabelAngleRotationType rotationType
Definition: AGSLabelAngle.h:105
 
AGSArcadeExpression * angleExpression
Definition: AGSLabelAngle.h:98
 
Definition: AGSObject.h:28
 
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:38