findTileRange

suspend fun findTileRange(z: Int, x: Int, y: Int): TileRange?(source)

Returns the archive byte range for the tile at z, x, and y.


suspend fun findTileRange(coord: TileCoord): TileRange?(source)

Returns the archive byte range for coord.


suspend fun findTileRange(tileId: Long): TileRange?(source)

Returns the archive byte range for tileId.