Package-level declarations

Types

Link copied to clipboard

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

A job to download a vector tile cache (.vtpk) with its default style or with its associated custom style resources. Alternatively, the job can download only the custom style resources. To make an ExportVectorTilesJob, you must create an ExportVectorTilesTask, as follows:

Link copied to clipboard

The parameters that specify how a vector tile cache (.vtpk) is exported from a vector tile service using an ExportVectorTilesJob. To generate parameters populated with values from the vector tile service, call ExportVectorTilesTask.createDefaultExportVectorTilesParameters. You can then modify these parameters with any desired changes. Alternatively, you can generate an empty set of parameters using ExportVectorTilesParameters.ExportVectorTilesParameters and set the parameter values individually. To export the vector tile cache, create an ExportVectorTilesJob, pass the parameters to the ExportVectorTilesTask.createExportVectorTilesJob method and provide a path where the .vtpk file can be downloaded to on the device.

Link copied to clipboard

The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob. The ExportVectorTilesJob can download a vector tile package and its default style resources, download a vector tile package and its custom style resources, or just download the custom style resources associated with the task's vector tile service.

Link copied to clipboard

A task to download vector tiles with their default style or with their associated custom style resources. Optionally, the task can download only the custom style resources. Vector tiles are exported as a vector tile package (.vtpk) file, see VectorTileCache, from a vector tile service. The vector tile service must support the creation of an offline vector tile cache; specifically, it must enable the "exportTiles" operation.

Link copied to clipboard

Contains information about the offline resources typically associated with a custom style of an ArcGISVectorTiledLayer. For example, an ArcGIS vector tile layer can have style resources, such as fonts and sprites.