19 #import <ArcGIS/AGSObject.h> 37 #pragma mark initializers 42 #pragma mark properties 47 @property (nonatomic, copy, readonly) NSArray<AGSLabelingInfo*> *
labelingInfo;
AGSRenderer * renderer
Definition: AGSDrawingInfo.h:57
An abstract base class for renderers.
Definition: AGSRenderer.h:48
double transparency
Definition: AGSDrawingInfo.h:52
An object that defines the text, appearance and position of labels for features for a given scale ran...
Definition: AGSLabelingInfo.h:70
Definition: AGSObject.h:21
BOOL showLabels
Definition: AGSDrawingInfo.h:67
BOOL scaleSymbols
Definition: AGSDrawingInfo.h:62
Drawing information about a sub-layer of map or feature service.
Definition: AGSDrawingInfo.h:32
NSArray< AGSLabelingInfo * > * labelingInfo
Definition: AGSDrawingInfo.h:47