TiledImageTileId

data class TiledImageTileId(val level: Int, val column: Long, val row: Long)(source)

Identifies one tile in a source-owned resolution level.

Columns and rows use the mathematical grid whose origin is content coordinate zero. Negative content coordinates therefore map with floor division rather than truncation toward zero. The identifier is meaningful only with the identity of its TiledImageSource.

Throws

Constructors

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

Properties

Link copied to clipboard

signed horizontal tile coordinate.

Link copied to clipboard
val level: Int

zero-based index in the source's finest-to-coarsest level list.

Link copied to clipboard
val row: Long

signed vertical tile coordinate.