getTileData method

Uint8List? getTileData(
  1. TileKey tileKey
)

Returns the tile data for the specified tile key.

Parameters:

  • tileKey — The tile key.

Return Value: the raw untouched/unclipped data straight out of the tile cache for the specified tile key.