TileKey constructor

TileKey({
  1. required int level,
  2. required int column,
  3. required int row,
})

Create a tile key from the specified level, column and row.

Parameters:

  • level — The level of the tile key.
  • column — The column of the tile key.
  • row — The row of the tile key.