UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

4 lines (3 loc) 126 B
import { Tile } from '../../types'; declare function getAllTilesForZoom(zoom: number): Tile[]; export { getAllTilesForZoom };