MTPackStats
public struct MTPackStats
Statistics about an offline map pack.
-
Expected total size in bytes.
Declaration
Swift
public let expectedSize: Int64 -
Expected total number of resources (tiles, glyphs, sprites, style).
Declaration
Swift
public let resourceCount: Int -
Expected number of tiles per source.
Declaration
Swift
public let tilesPerSource: [String : Int] -
Undocumented
Declaration
Swift
public init(expectedSize: Int64, resourceCount: Int, tilesPerSource: [String : Int] = [:])