25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSGeoElement.h>
28 #import <ArcGIS/AGSLayerContent.h>
47 #pragma mark initializers
52 #pragma mark properties
58 @property (nonatomic, copy, readonly) NSArray<id<AGSGeoElement>> *
geoElements;
63 @property (nonatomic, copy, readonly) NSArray<AGSPopup*> *
popups;
73 @property (nonatomic, strong, readonly) id<AGSLayerContent>
layerContent;
79 @property (nonatomic, copy, readonly) NSArray<AGSIdentifyLayerResult*> *
sublayerResults;
84 @property (nullable, nonatomic, strong, readonly) NSError *
error;
Results of an identify layer operation on an AGSGeoView object.
Definition: AGSIdentifyLayerResult.h:44
id< AGSLayerContent > layerContent
Definition: AGSIdentifyLayerResult.h:73
NSArray< AGSPopup * > * popups
Definition: AGSIdentifyLayerResult.h:63
NSArray< id< AGSGeoElement > > * geoElements
Definition: AGSIdentifyLayerResult.h:58
NSArray< AGSIdentifyLayerResult * > * sublayerResults
Definition: AGSIdentifyLayerResult.h:79
NSError * error
Definition: AGSIdentifyLayerResult.h:84
BOOL transferLimitExceeded
Definition: AGSIdentifyLayerResult.h:68
Definition: AGSObject.h:28