TileID

data class TileID(zoom: Long, x: Long, y: Long)

Defines the tile id in a source-data-loaded event.

Constructors

TileID
Link copied to clipboard
fun TileID(zoom: Long, x: Long, y: Long)

Properties

x
Link copied to clipboard
@SerializedName(value = x)
val x: Long
The x coordinate of the tile
y
Link copied to clipboard
@SerializedName(value = y)
val y: Long
The y coordinate of the tile
zoom
Link copied to clipboard
@SerializedName(value = z)
val zoom: Long
The zoom level.