On this page

Type Alias MatrixSetItem

Tileset matrix details for a specific zoom level

type MatrixSetItem = {
    matrix_height: number;
    matrix_width: number;
    pixel_x_size: number;
    pixel_y_size: number;
    tile_height: number;
    tile_width: number;
    zoom_level: number;
}
Index

Properties

matrix_height: number

Dimensions of the matrix in tiles along the vertical axis

matrix_width: number

Dimensions of the matrix in tiles along the horizontal axis

pixel_x_size: number

Number of pixel of each tile along the vertical axis

pixel_y_size: number

Number of pixel of each tile along the horizontal axis

tile_height: number

Number of tiles along the vertical axis

tile_width: number

Number of tiles along the horizontal axis

zoom_level: number

Specific zoom level of a given tileset

Was this helpful?
SDK JS
Modules
Reference
types
MatrixSetItem