21 #import <ArcGIS/AGSLayer.h> 22 #import <ArcGIS/AGSRemoteResource.h> 74 #pragma mark initializers 102 -(instancetype)initWithItem:(
AGSItem *)item
103 serviceLayerID:(NSInteger)serviceLayerID;
111 +(instancetype)annotationLayerWithItem:(
AGSItem *)item
112 serviceLayerID:(NSInteger)serviceLayerID;
119 -(instancetype)initWithURL:(NSURL *)URL;
126 +(instancetype)annotationLayerWithURL:(NSURL *)URL;
129 #pragma mark properties double referenceScale
Definition: AGSAnnotationLayer.h:151
NSInteger serviceLayerID
Definition: AGSAnnotationLayer.h:140
Object representing a unit of content.
Definition: AGSItem.h:36
An ArcGIS specific source for dataset containing geographic features or non-spatial records...
Definition: AGSArcGISFeatureTable.h:56
A layer that can visualize annotation text data. Annotation can be used to symbolize text on your map...
Definition: AGSAnnotationLayer.h:71
An abstract base class for all layers.
Definition: AGSLayer.h:169
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:34