Tile Info
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.
levels Of Detail
A MutableList of com.arcgismaps.arcgisservices.LevelOfDetail. Contents of the MutableList are copied.
origin
The origin of the tiles.
spatial Reference
The spatial reference of the tiles.
tile Height
Height of a tile, in pixels.
tile Width
Width of a tile, in pixels.