Show / Hide Table of Contents

Class ExportVectorTilesParameters

The parameters that specify how a vector tile cache (.vtpk) is exported from a vector tile service using a ExportVectorTilesJob.

Inheritance
System.Object
ExportVectorTilesParameters
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)
System.Object.ToString()
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

ExportVectorTilesJob

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.