Class VectorTileCache
A local cache of vector tiles that can be used to create an Arc
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class VectorTileCache : ILoadable
Remarks
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
Export
You can create an Arc
Constructors
Name | Description |
---|---|
Vector |
Initializes a new instance of the Vector |
Properties
Name | Description |
---|---|
Load |
Gets the System. |
Load |
Gets the load status. |
Path | Gets the full path of the vector tile cache (.vtpk file). |
Source |
Gets the Vector |
Thumbnail | Gets the thumbnail image of this tile cache. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Create |
Creates and loads a new instance of the Vector |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |