Vector Tile Cache
A local cache of vector tiles that can be used to create an com.arcgismaps.mapping.layers.ArcGISVectorTiledLayer. Local tile caches are ideal for providing basemaps or less frequently changing contextual layers, where network access is limited or non-existent. You can create and download a vector tile cache onto a device by using an com.arcgismaps.tasks.exportvectortiles.ExportVectorTilesJob, or alternatively you can provision it directly to local storage. Currently the only supported type of cache is the vector tile package (.vtpk). This single file contains all of the tile data files, the source information, a style sheet, and the font and symbol marker resources required to display the map.
You can create an com.arcgismaps.mapping.layers.ArcGISVectorTiledLayer from a VectorTileCache and then use it as a basemap or as an operational layer in a map or scene.
Since
200.1.0
Properties
The path to the on disk source file for this vector tile cache. This path can be empty when the vector tile cache is contained within a com.arcgismaps.mapping.MobileMapPackage or com.arcgismaps.mapping.MobileScenePackage.
Source info.
Thumbnail.