Type Alias PmtilesTileKind

PmtilesTileKind:
    | "mvt"
    | "png"
    | "jpeg"
    | "webp"
    | "avif"
    | "unknown"

Canonical tile-payload kinds a PMTiles archive can store. mvt is a vector archive (Mapbox Vector Tiles); the rest are raster encodings. unknown covers archives whose header tile-type byte the reader could not classify.