TileKey constructor
- int x,
- int y,
- int level
Creates a new instance.
xX coordinate of the tile. This ranges from 0 to 2^level − 1.yY coordinate of the tile. This ranges from 0 to 2^level − 1.levelLevel of the tile. Supported range [0, 31].
Implementation
TileKey(this.x, this.y, this.level);