TileInfo

constructor(dpi: Int, format: TileImageFormat, levelsOfDetail: Iterable<LevelOfDetail>, origin: Point, spatialReference: SpatialReference, tileHeight: Int, tileWidth: Int)

Create tile information.

Since

200.1.0

Parameters

dpi

The DPI of each tile.

format

The format of each tile.

levelsOfDetail

A MutableList of LevelOfDetail. Contents of the MutableList are copied.

origin

The origin of the tiles.

spatialReference

The spatial reference of the tiles.

tileHeight

Height of a tile, in pixels.

tileWidth

Width of a tile, in pixels.

Throws