ArcGIS Runtime SDK for iOS
100.15
|
Results of an identify graphic overlay operation on an AGSGeoView
object.
Instances of this class represent the result for an individual graphic overlay returned by the identify operation on an AGSGeoView
object.
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 NO
.
|
readnonatomicstrong |
The graphics overlay to which the identified graphics
property belongs to.
|
readnonatomiccopy |
The identifed popups for the graphicsOverlay represented by the graphicsOverlay
property.