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.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |