The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob. More...
Header | #include <Export |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Esri | item |
Esri | vector |
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:
- Export vector tiles: Export tiles from an online vector tile service.
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&).