Class ExportVectorTilesTask
A task used to export vector tiles and optionally a portal item's vector tile style resources.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportVectorTilesTask : IApiKeyResource
Remarks
Vector tiles are exported as a vector tile package (.vtpk) file, Vector
The export vector tiles task can be initialized with a Uri using
Create
- A vector tile server that ends in "VectorTileServer" and is the REST end-point used to export vector tile packages. The vector tile service must be enabled for export or the task will fail to load.
- A portal item for a vector tile service or a vector tiled layer with a custom style applied.
-
A vector basemap layer created using a Basemap
Style .
Alternatively a Portal
When using Esri provided vector basemaps that do not support exporting tiles (such as the ArcGIS streets
basemap
- Arc
Properties
Name | Description |
---|---|
Api |
Gets or sets the API key that allows your app to access ArcGIS location services and private portal items. |
Has |
Gets a value indicating whether the task's associated Portal |
Portal |
Gets the task's portal item which must be of type Vector |
Uri | Gets the Uri for exporting vector tiles. |
Vector |
Gets the Vector |
Methods
Name | Description |
---|---|
Create |
Initializes a new instance of the Export |
Create |
Initializes a new instance of the Export |
Create |
Initializes a new instance of the Export |
Create |
Creates default Export |
Export |
Creates a new Export |
Export |
Creates a new Export |
Export |
Creates a new Export |
See Also
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 |