UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

5 lines (4 loc) 207 B
import { LngLat } from '@maptiler/sdk'; import { Tile } from '../../types/tiles'; declare function getTileForCoordinates(geographicCoordinates: LngLat, zoom: number): Tile; export { getTileForCoordinates };