|
ArcGIS Runtime SDK for iOS
100.9
|
Results of an identify graphic overlay operation on AGSGeoView.
Instances of this class represent the result for an individual graphic overlay returned by the identify operation on AGSGeoView
Properties | |
| NSError * | error |
| NSArray< AGSGraphic * > * | graphics |
| AGSGraphicsOverlay * | graphicsOverlay |
| NSArray< AGSPopup * > * | popups |
|
readnonatomicstrong |
Error encountered during identify, if any.
|
readnonatomiccopy |
The resulting identified graphics Only valid when the identify was called with the returnPopupsOnly parameter set to false.
|
readnonatomicstrong |
The graphics overlay to which the identified graphics belong.
|
readnonatomiccopy |
The identifed popups for the graphicsOverlay represented by graphicsOverlay.