25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
44 #pragma mark initializers
49 #pragma mark properties
54 @property (nonatomic, copy, readonly) NSArray<AGSLabelingInfo*> *
labelingInfo;
Drawing information about a sub-layer of map or feature service.
Definition: AGSDrawingInfo.h:40
AGSRenderer * renderer
Definition: AGSDrawingInfo.h:64
NSArray< AGSLabelingInfo * > * labelingInfo
Definition: AGSDrawingInfo.h:54
BOOL scaleSymbols
Definition: AGSDrawingInfo.h:69
double transparency
Definition: AGSDrawingInfo.h:59
BOOL showLabels
Definition: AGSDrawingInfo.h:74
An object that defines the text, appearance and position of labels for features for a given scale ran...
Definition: AGSLabelingInfo.h:80
Definition: AGSObject.h:28
An abstract base class for renderers.
Definition: AGSRenderer.h:55