19 #import <ArcGIS/AGSObject.h> 40 #pragma mark initializers 45 #pragma mark properties 51 @property (nonatomic, copy, readonly) NSArray<id<AGSGeoElement>> *
geoElements;
56 @property (nonatomic, copy, readonly) NSArray<AGSPopup*> *
popups;
66 @property (nonatomic, strong, readonly) id<AGSLayerContent>
layerContent;
72 @property (nonatomic, copy, readonly) NSArray<AGSIdentifyLayerResult*> *
sublayerResults;
77 @property (nullable, nonatomic, strong, readonly) NSError *
error;
NSError * error
Definition: AGSIdentifyLayerResult.h:77
Results of an identify layer operation on AGSGeoView.
Definition: AGSIdentifyLayerResult.h:36
NSArray< id< AGSGeoElement > > * geoElements
Definition: AGSIdentifyLayerResult.h:51
id< AGSLayerContent > layerContent
Definition: AGSIdentifyLayerResult.h:66
BOOL transferLimitExceeded
Definition: AGSIdentifyLayerResult.h:61
Definition: AGSObject.h:21
NSArray< AGSPopup * > * popups
Definition: AGSIdentifyLayerResult.h:56
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:37
NSArray< AGSIdentifyLayerResult * > * sublayerResults
Definition: AGSIdentifyLayerResult.h:72
A protocol defining common properties and operations for layers.
Definition: AGSLayerContent.h:33