TileInfo constructor

TileInfo({
  1. required int dpi,
  2. required TileImageFormat format,
  3. required List<LevelOfDetail> levelsOfDetail,
  4. required ArcGISPoint origin,
  5. required SpatialReference spatialReference,
  6. required int tileHeight,
  7. required int tileWidth,
})

Create tile information.

Parameters:

  • dpi — The DPI of each tile.
  • format — The format of each tile.
  • levelsOfDetail — A List of LevelOfDetail. Contents of the List 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.