ExportVectorTilesParameters class final

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

To generate parameters populated with values from the vector tile service, call ExportVectorTilesTask.createDefaultExportVectorTilesParameters. You can then modify these parameters with any desired changes. Alternatively, you can generate an empty set of parameters using ExportVectorTilesParameters.new and set the parameter values individually. To export the vector tile cache, create an ExportVectorTilesJob, pass the parameters to the ExportVectorTilesTask.exportVectorTiles 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.

Implemented types

Constructors

ExportVectorTilesParameters()
Creates a new export vector tiles parameters instance.
factory

Properties

areaOfInterest Geometry?
Area of interest geometry. May be set to null to specify retrieval of the full vector tiles extent.
getter/setter pair
esriVectorTilesDownloadOption EsriVectorTilesDownloadOption
Describes how Esri vector tiled basemap layers will be downloaded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxLevel int
The maximum level of detail at which the vector tiles are going to be exported.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() ExportVectorTilesParameters
Clones the ExportVectorTilesParameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited