Package com.arcgismaps.tasks.exportvectortiles

Types

Link copied to clipboard
sealed class EsriVectorTilesDownloadOption

Enumerates options for downloading an Esri vector tiled basemap service. When taking an Esri vector tiled basemap service offline (e.g. to create a VectorTileCache on your device), you can choose from different versions of the service depending on your use case.

Link copied to clipboard
class ExportVectorTilesJob : Job<ExportVectorTilesResult>

A job that exports vector tiles from a service. The job can also export an item resource cache from a portal item.

Link copied to clipboard
class ExportVectorTilesParameters

Parameters for creating the ExportVectorTilesJob.

Link copied to clipboard
class ExportVectorTilesResult

The result of an ExportVectorTilesJob.

Link copied to clipboard
class ExportVectorTilesTask : ApiKeyResource, Loadable

A task used to export vector tiles and optionally a portal item's vector tile style resources. Vector tiles are exported as a vector tile package (.vtpk) file, see VectorTileCache.

Link copied to clipboard
class ItemResourceCache : Loadable

An object containing information on offline resources typically associated with a custom style for an ArcGISVectorTiledLayer. An object containing information about resources associated with an ArcGISVectorTiledLayer. For example, a vector tile layer has style resources such as fonts, sprites, etc.