On this page
Properties

Type Alias TileMatrixSet

Collection of tile matrix details per zoom level

type TileMatrixSet = {
    bounds: Bounds;
    items: MatrixSetItem[];
}
Index

Properties

Properties

bounds: Bounds

Geographic exten of the tileset in the unit of projection (Mercator)

items: MatrixSetItem[]

Matrix details per zoom level

Was this helpful?
SDK JS
Modules
Reference
types
TileMatrixSet