exportStyleResourceCache method

ExportVectorTilesJob exportStyleResourceCache({
  1. required Uri itemResourceCacheUri,
})

Return a new export vector tiles job that will download a custom style from a portal item as an item resource cache.

The job will return the item resource cache without a vector tile cache. This is useful when a number of different styles are applied to the same underlying vector tile service. This avoids exporting multiple copies of the same tiles.

Parameters:

  • itemResourceCacheUri — The file path where the vector style file will be saved on disk.

Return Value: A new ExportVectorTilesJob.