create Export Vector Tiles Job
fun createExportVectorTilesJob(parameters: ExportVectorTilesParameters, downloadFilePath: String): ExportVectorTilesJob
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
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