RootIndices

data class RootIndices(val topLeft: TileIndex, val width: Int, val height: Int)

The set of tiles at the lowest zoom level.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(topLeft: TileIndex, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int

The number of tiles high the root tiles are from the top left tile

Link copied to clipboard

The tile index representing the top left tile of the root tiles

Link copied to clipboard
val width: Int

The number of tiles wide the root tiles are from the top left tile