TileIndex

data class TileIndex(val zoom: Int, val x: Int, val y: Int)(source)

A single XYZ (google/osm-convention, not TMS) slippy-map tile index.

Constructors

Link copied to clipboard
constructor(zoom: Int, x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int
Link copied to clipboard
val zoom: Int