createExportVectorTilesJob

Returns a new export vector tiles job that can be used to generate and download a vector tile package containing the vector tiles specified by the parameters (ExportVectorTilesParameters).

Return

A new ExportVectorTilesJob to export the vector tiles from a service.

Since

200.1.0

Parameters

parameters

specifying which tiles to include in the vector tile package.

downloadFilePath

The file path where the vector tiles will be saved on disk, including the desired file name ending with the .vtpk file extension.


fun createExportVectorTilesJob(parameters: ExportVectorTilesParameters, vectorTileCachePath: String, itemResourceCachePath: String): ExportVectorTilesJob

Return a new export vector tiles job that can be used to generate and download a vector tile package and return a custom style as an item resource cache.

Return

A new ExportVectorTilesJob to export the vector tiles from a service.

Since

200.1.0

Parameters

parameters

specifying which tiles to include in the vector tile package.

vectorTileCachePath

The file path where the vector tiles will be saved on disk, including the desired file name ending with the .vtpk file extension.

itemResourceCachePath

The directory path where the style file will be saved on disk.