Obsolete Members for MapQuickView

  • MapQuickView
  • The following members of class MapQuickView are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Signals

    (deprecated) void exportImageCompleted(const QUuid &taskId, const QImage &image)
    (deprecated) void identifyGraphicsOverlayCompleted(const QUuid &taskId, Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult *identifyResult)
    (deprecated) void identifyGraphicsOverlaysCompleted(const QUuid &taskId, const QList<Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult *> &identifyResults)
    (deprecated) void identifyLayerCompleted(const QUuid &taskId, Esri::ArcGISRuntime::IdentifyLayerResult *identifyResult)
    (deprecated) void identifyLayersCompleted(const QUuid &taskId, const QList<Esri::ArcGISRuntime::IdentifyLayerResult *> &identifyResults)
    (deprecated) void setBookmarkCompleted(bool succeeded)
    (deprecated) void setViewpointCompleted(bool succeeded)

    Member Function Documentation

    [signal] void MapQuickView::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] void MapQuickView::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 MapQuickView as its parent.

    See also Returned QObjects Parenting.

    [signal] void MapQuickView::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.

    The returned IdentifyGraphicsOverlayResult objects have the MapQuickView as their parent.

    See also Returned QObjects Parenting.

    [signal] void MapQuickView::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 - An IdentifyLayerResult object.

    The returned IdentifyLayerResult object has the MapQuickView as its parent.

    See also Returned QObjects Parenting.

    [signal] void MapQuickView::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 MapQuickView as their parent.

    See also Returned QObjects Parenting.

    [signal, since Esri::ArcGISRuntime 100.3] void MapQuickView::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] void MapQuickView::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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.