UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

10 lines (9 loc) 296 B
import { Map as MapSDK } from '@maptiler/sdk'; export type GridSizeAndDimensions = { gridSize: number; resolutionScaleFactor: number; }; export declare function getGridSizeForPitchAndMapDimensions(pitch: number, map: MapSDK): { gridSize: number; resolutionScaleFactor: number; };