Type Alias MatrixSetItem
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;
}
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
matrix_height: number
Dimensions of the matrix in tiles along the vertical axis
matrix_width
matrix_width: number
Dimensions of the matrix in tiles along the horizontal axis
pixel_x_size
pixel_x_size: number
Number of pixel of each tile along the vertical axis
pixel_y_size
pixel_y_size: number
Number of pixel of each tile along the horizontal axis
tile_height
tile_height: number
Number of tiles along the vertical axis
tile_width
tile_width: number
Number of tiles along the horizontal axis
zoom_level
zoom_level: number
Specific zoom level of a given tileset
Was this helpful?
Tileset matrix details for a specific zoom level