CompressionCode

value class CompressionCode(val code: UInt)(source)

PMTiles compression code.

PMTiles can contain future compression codes, so this type stores the raw code while providing constants for currently defined codes.

Constructors

Link copied to clipboard
constructor(code: UInt)

Properties

Link copied to clipboard
val code: UInt

Raw PMTiles compression code.