TileID

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

Deprecated

This data class is deprecated, and will be removed in next major release.

Replace with

CanonicalTileID

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

Constructors

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

Properties

Link copied to clipboard
@SerializedName(value = "x")
val x: Long

The x coordinate of the tile

Link copied to clipboard
@SerializedName(value = "y")
val y: Long

The y coordinate of the tile

Link copied to clipboard
@SerializedName(value = "z")
val zoom: Long

The zoom level.