Export Vector Tiles Parameters
Constructors
Properties
Area of interest geometry. May be set to null to specify retrieval of the full vector tiles extent. The supported geometry types for the area of interest are Envelope and Polygon. The area of interest must have a spatial reference. Where a Polygon is supplied, tiles will be filtered according to the polygon geometry, which can help reduce the size of the resulting tile package. Note that the filtered set of tiles may vary, depending on the underlying service.
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.
Functions
Clones the ExportVectorTilesParameters.