esriVectorTilesDownloadOption

Describes how Esri vector tiled basemap layers will be downloaded. This property lets you choose how to download Esri vector tiled basemap layers. This property only applies when taking an Esri vector tile basemap service offline.

When taking an Esri vector tiled basemap service offline (e.g. to create a com.arcgismaps.mapping.layers.vectortiles.VectorTileCache on your device), you can choose from different versions of the service depending on your use case.

Primary considerations are the download speed and the size of the resulting .vtpk file. Among other things, file size is influenced by the number of fonts downloaded from the service. Esri vector tiled basemap layers use fonts as part of their style resources - see the vector-tile-style * documentation. When you take a vector tiled layer offline, these fonts are downloaded as part of the com.arcgismaps.mapping.layers.vectortiles.VectorTileCache.

Esri services also offer an alternative version with a reduced font package size. This omits the large Arial Unicode font, which greatly reduces the download size. You can view the set of reduced font vector tile services here.

The default value is EsriVectorTilesDownloadOption.UseOriginalService.

Since

200.1.0