Weather.NET

Weather.NET's official website, where you can find the documentation for this library.


Project maintained by EloyEspinosa Hosted on GitHub Pages — Theme by mattgraham

WeatherMap

This class provides extension methods for WeatherClient that get layer maps of the weather.

Methods

WeatherClient.GetMapUrl(layer, zoom, xCoord, yCoord): Gets a string url of a given layer map.

WeatherClient.DownloadMap(fileName, layer, zoom, xCoord, yCoord): Gets a layer map and downloads it in a given location.

WeatherClient.DownloadMapAsync(fileName, layer, zoom, xCoord, yCoord): Gets a layer map and downloads it in a given location asynchronously.

Back