Property EsriVectorTilesDownloadOption
EsriVectorTilesDownloadOption
Gets or sets a value that describes how Esri vector tiled basemap layers will be downloaded.
Declaration
public EsriVectorTilesDownloadOption EsriVectorTilesDownloadOption { get; set; }
Property Value
Type | Description |
---|---|
Esri |
A value that describes how Esri vector tiled basemap layers will be downloaded. |
Remarks
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 Vector
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
vector-tile-style
documentation. When you take a vector tiled layer offline, these fonts are downloaded as part of the
Vector
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.
If you choose Use
If you choose Use
The default value is Use
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |