MTPackStats

data class MTPackStats(val expectedSize: Long, val resourceCount: Int, val tilesPerSource: Map<String, Int> = emptyMap())

Statistics about an offline map pack.

Constructors

constructor(expectedSize: Long, resourceCount: Int, tilesPerSource: Map<String, Int> = emptyMap())

Properties

Expected total size in bytes.

Expected total number of resources (tiles, glyphs, sprites, style).

Expected number of tiles per source.