UNPKG

ol-owm

Version:

Weather layer for OpenLayers and Leaflet using OpenWeatherMap

4 lines (3 loc) 260 B
import { MapAdapterType } from "../interface/map-adapter.interface"; import { WindLayerInstance } from "../interface/wind-layer-instance.interrface"; export declare function createWindLayer(mapType: MapAdapterType, data: any, options: any): WindLayerInstance;