The following members of class MapGraphicsView are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Signals
| (deprecated)void | export | 
| (deprecated)void | identify | 
| (deprecated)void | identify | 
| (deprecated)void | identify | 
| (deprecated)void | identify | 
| (since Esrivoid | set | 
| (deprecated)void | set | 
Member Function Documentation
[signal, deprecated] void MapGraphicsView::exportImageCompleted  (const QUuid &taskId , const QImage &image)   
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when exportImage has completed.
- taskId - The task ID from the exportImage async task.
- image - The QImage image.
[signal, deprecated] void MapGraphicsView::identifyGraphicsOverlayCompleted   (const QUuid &taskId , Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult       *identifyResult )   
This function is deprecated. We strongly advise against using it in new code.
Emitted when an identifyGraphicsOverlay operation completes.
- taskId - The task ID for the asynchronous operation.
- identifyResult - The identify graphics overlay result object.
The returned IdentifyGraphicsOverlayResult object has the MapGraphicsView as its parent.
See also Returned QObjects Parenting.
[signal, deprecated] void MapGraphicsView::identifyGraphicsOverlaysCompleted   (const QUuid &taskId , const QList<Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult       *> &identifyResults )    
This function is deprecated. We strongly advise against using it in new code.
Emitted when an identifyGraphicsOverlays operation completes.
- taskId - The task ID for the asynchronous operation.
- identifyResults - A list of IdentifyGraphicsOverlayResult.
The returned IdentifyGraphicsOverlayResult objects have the MapGraphicsView as their parent.
See also Returned QObjects Parenting.
[signal, deprecated] void MapGraphicsView::identifyLayerCompleted  (const QUuid &taskId , Esri::ArcGISRuntime::IdentifyLayerResult      *identifyResult )   
This function is deprecated. We strongly advise against using it in new code.
Emitted when an identifyLayer operation completes.
- taskId - The task ID for the asynchronous operation.
- identifyResult - IdentifyLayerResult object containing a list of GeoElements.
The returned IdentifyLayerResult object has the MapGraphicsView as its parent.
See also Returned QObjects Parenting.
[signal, deprecated] void MapGraphicsView::identifyLayersCompleted  (const QUuid &taskId , const QList<Esri::ArcGISRuntime::IdentifyLayerResult      *> &identifyResults )    
This function is deprecated. We strongly advise against using it in new code.
Emitted when an identifyLayers operation completes.
- taskId - The task ID for the asynchronous operation.
- identifyResults - A list of IdentifyLayerResult.
The returned IdentifyLayerResult objects have the MapGraphicsView as their parent.
See also Returned QObjects Parenting.
[signal, since Esri::ArcGISRuntime 100.3, deprecated]   void MapGraphicsView::setBookmarkCompleted  (bool succeeded)   
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when a bookmark has been set.
- succeeded - Whether the bookmark was successfully set.
This function was introduced in Esri::ArcGISRuntime 100.3.
[signal, deprecated] void MapGraphicsView::setViewpointCompleted  (bool succeeded)   
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when the viewpoint has been set.
- succeeded - Whether the viewpoint was successfully set.