UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

16 lines (15 loc) 373 B
declare const constant: { maptilerApiHost: string; endpoint: string; tileSourceUrlSchema: string; }; declare const weatherVariable: { TEMPERATURE: string; PRECIPITATION: string; WIND: string; PRESSURE: string; CLOUD_COVERAGE: string; RADAR_REFLECTIVITY: string; FROZEN_PRECIPITATION: string; }; export { constant, weatherVariable };