ExportVectorTilesResult

The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob. 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.

Since

200.1.0

Properties

Link copied to clipboard

The item resource cache represents the vector tile cache's custom style resources. This value will be null if the ExportVectorTilesJob was created with ExportVectorTilesTask.createExportVectorTilesJob.

Link copied to clipboard

The vector tile cache returned by a successful ExportVectorTilesJob. This value will be null if the ExportVectorTilesJob was created with ExportVectorTilesTask.createExportStyleResourceCacheJob.