TileKey

class TileKey

An object that represents a tile key identified by a level, a column and a row.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(level: Int, column: Int, row: Int)

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

Properties

Link copied to clipboard
val column: Int

The column of the tile key.

Link copied to clipboard
val level: Int

The level of the tile key.

Link copied to clipboard
val row: Int

The row of the tile key.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int