OptionalcolsRequested tile's column.
OptionalcompressionCompression quality of the tile.
OptionaldpiThe dpi of the tiling scheme.
OptionalformatImage format of the cached tiles.
OptionallodsAn array of levels of detail that define the tiling scheme. See https://developers.arcgis.com/web-map-specification/objects/lod/ https://developers.arcgis.com/web-scene-specification/objects/lod/.
Optionallevel?: numberID for each level.
OptionallevelString to be used when constructing URL to access a tile from this LOD.
Optionalresolution?: numberResolution in map units of each pixel in a tile for each level.
Optionalscale?: numberScale for each level.
OptionaloriginThe tiling scheme origin.
OptionalrowsRequested tile's row.
OptionalspatialThe spatial reference of the tiling schema.
Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.
See https://developers.arcgis.com/web-map-specification/objects/tileInfo/ https://developers.arcgis.com/web-scene-specification/objects/tileInfo/.