export Vector Tiles
fun exportVectorTiles(parameters: ExportVectorTilesParameters, downloadFilePath: String): ExportVectorTilesJob
Content copied to clipboard
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
Content copied to clipboard
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.