Class ExportVectorTilesJob
A job to download vector tiles and associated styles from a vector tile service. The job can also export an item resource cache from a portal item.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportVectorTilesJob : Job<ExportVectorTilesResult>
Remarks
A ExportVectorTilesJob may be created by calling ExportVectorTiles(ExportVectorTilesParameters, String).
Properties
Name | Description |
---|---|
ItemResourceCachePath | Gets the path that the downloaded vector tile style is saved to. |
Parameters | Gets the ExportVectorTilesParameters used to create this job. |
VectorTileCachePath | Gets the path that the downloaded vector tile cache is saved to. |
Methods
Name | Description |
---|---|
FromJson(String) | Creates a job from JSON. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.15 |