UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

6 lines (5 loc) 74 B
export type CanonicalTileID = { z: number; x: number; y: number; };