TilePyramid

TilePyramid.kt

Adapted from IOS version. Need to sort around center

Author

Jason Suto on 12/18/23.

Constructors

Link copied to clipboard
constructor(_layer: TileLayer)

Types

Link copied to clipboard
interface Collection
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
interface Sequence

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun TilePyramid<DataType>.get(coord: TileCoord): Tile<DataType>?
Link copied to clipboard
suspend fun requestTilesForDownload(coords: List<TileCoord>, options: TileRequestOptions): Result<Unit>

Determine which tiles are already downloaded, and request the ones that aren't