ArcGIS Runtime SDK for iOS: AGSIdentifyGraphicsOverlayResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSIdentifyGraphicsOverlayResult Class Reference

Description

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.

Since
100
See also
AGSGeoView::identifyGraphicOverlaysAtScreenPoint:tolerance:completion: to identify graphics from all the graphic overlays.
AGSGeoView::identifyGraphicOverlay:screenPoint:tolerance:completion: to identify graphics from a specific graphic overlay.
Inheritance diagram for AGSIdentifyGraphicsOverlayResult:
AGSObject

Properties

NSError * error
 
NSArray< AGSGraphic * > * graphics
 
AGSGraphicsOverlaygraphicsOverlay
 
NSArray< AGSPopup * > * popups
 

Property Documentation

◆ error

- (NSError*) error
readnonatomicstrong

Error encountered during identify, if any.

Since
100

◆ graphics

- (NSArray<AGSGraphic*>*) graphics
readnonatomiccopy

The resulting identified graphics. Only valid when the identify was called with the returnPopupsOnly parameter set to NO.

Since
100

◆ graphicsOverlay

- (AGSGraphicsOverlay*) graphicsOverlay
readnonatomicstrong

The graphics overlay to which the identified graphics property belongs to.

Since
100

◆ popups

- (NSArray<AGSPopup*>*) popups
readnonatomiccopy

The identifed popups for the graphicsOverlay represented by the graphicsOverlay property.

Since
100