The identified graphics of a GeoView::identifyGraphicsOverlays task. More...
|  Header |  #include <Identify | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ | 
|  Esri | error() const | 
|  QList | graphics() const | 
|  Esri | graphics | 
|  QList | popups() const | 
Detailed Description
Obtain these results through the identifyGraphicsOverlaysCompleted signal.
See also GeoView, MapQuickView::identifyGraphicsOverlaysCompleted, and MapGraphicsView::identifyGraphicsOverlaysCompleted.
Member Function Documentation
[override virtual] IdentifyGraphicsOverlayResult::~IdentifyGraphicsOverlayResult    ()    
Destructor.
Esri::ArcGISRuntime::Error    IdentifyGraphicsOverlayResult::error() const    
Gets the Error encountered during the identify.
An empty error indicates that no error occurred.
QList<Esri::ArcGISRuntime::Graphic    *> IdentifyGraphicsOverlayResult::graphics() const     
Gets the list of identified graphics.
Esri::ArcGISRuntime::GraphicsOverlay     *IdentifyGraphicsOverlayResult::graphicsOverlay () const     
Gets the GraphicsOverlay that the returned graphics are associated with.
QList<Esri::ArcGISRuntime::Popup    *> IdentifyGraphicsOverlayResult::popups() const     
Gets a list of the identifed popups for the graphics overlay.
Only valid when the identify was called with the returnPopupsOnly parameter set to true.