ExportVectorTilesParameters

class ExportVectorTilesParameters

Parameters for creating the ExportVectorTilesJob.

Constructors

Link copied to clipboard
fun ExportVectorTilesParameters()

Creates a new export vector tiles parameters instance.

Functions

Link copied to clipboard
fun clone(): ExportVectorTilesParameters

Properties

Link copied to clipboard
var areaOfInterest: Geometry?
Link copied to clipboard

Describes how Esri vector tiled basemap layers will be downloaded. This property lets you choose how to download Esri vector tiled basemap layers. This property only applies when taking an Esri vector tile basemap service offline.

Link copied to clipboard
var maxLevel: Int

The maximum level of detail at which the vector tiles are going to be exported. This represents the maximum level of detail to export. The vector tile export will always take levels 0 and all in between levels up to and including the value of max level. The larger the level the more tiles will be included. The default value is -1, which must be set to a valid value >= 0.