Class ExportVectorTilesParameters
The parameters that specify how a vector tile cache (.vtpk) is exported from a vector tile service using a ExportVectorTilesJob.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportVectorTilesParameters
Remarks
To generate parameters populated with values from the vector tile service, call CreateDefaultExportVectorTilesParametersAsync(Geometry, Double). You can then modify these parameters with any desired changes. Alternatively, you can generate an empty set of parameters using ExportVectorTilesParameters() and set the parameter values individually. To export the vector tile cache, create an ExportVectorTilesJob, pass the parameters to the ExportVectorTiles(ExportVectorTilesParameters, String) method, and provide a path where the .vtpk file can be downloaded to on the device.
You can also use the ExportVectorTilesParameters to provide more fine-grained control over the vector tiles that are exported when an offline map is generated. For more information, see the GenerateOfflineMapParameterOverrides class.
Constructors
Name | Description |
---|---|
ExportVectorTilesParameters() | Initializes a new instance of the ExportVectorTilesParameters class. |
Properties
Name | Description |
---|---|
AreaOfInterest | Gets or sets the area of interest geometry. |
EsriVectorTilesDownloadOption | Gets or sets a value that describes how Esri vector tiled basemap layers will be downloaded. |
MaxLevel | Gets or sets the maximum level of detail to export. |
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 |