exportVectorTiles

fun exportVectorTiles(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.


fun exportVectorTiles(    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.