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.
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.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.2.1 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.2.1 - 100.15 |
iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.2 |