Skip to content

ExportVectorTilesResult Class

  • ExportVectorTilesResult
  • class Esri::ArcGISRuntime::ExportVectorTilesResult

    The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob. More...

    Header: #include <ExportVectorTilesResult.h>
    Since: Esri::ArcGISRuntime 100.2
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~ExportVectorTilesResult() override
    Esri::ArcGISRuntime::ItemResourceCache *itemResourceCache() const
    Esri::ArcGISRuntime::VectorTileCache *vectorTileCache() const

    Detailed Description

    The ExportVectorTilesJob can download a vector tile package and its default style resources, download a vector tile package and its custom style resources, or just download the custom style resources associated with the task's vector tile service.

    Relevant samples:

    Member Function Documentation

    [override virtual noexcept] ExportVectorTilesResult::~ExportVectorTilesResult()

    Destructor.

    Esri::ArcGISRuntime::ItemResourceCache *ExportVectorTilesResult::itemResourceCache() const

    Returns the item resource cache represents the vector tile cache's custom style resources.

    This value will be nullptr if the ExportVectorTilesJob was created with ExportVectorTilesTask::exportVectorTiles(const Esri::ArcGISRuntime::ExportVectorTilesParameters&, const QString&).

    Esri::ArcGISRuntime::VectorTileCache *ExportVectorTilesResult::vectorTileCache() const

    Returns the vector tile cache returned by a successful ExportVectorTilesJob.

    This value will be nullptr if the ExportVectorTilesJob was created with ExportVectorTilesTask::exportStyleResourceCache(const QString&).

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