Interface | Description |
---|---|
IProviderType |
This interface provides the description of the weather provider.
|
IWeatherCodeProvider |
Interface for converting the internal weather provider code into a unified weather code system
|
IWeatherProvider |
Public interface that all the weather provider must implement.
|
Class | Description |
---|---|
WeatherProviderFactory | Deprecated
You shouldn't use this class anymore to instantiate a weather provider from 1.4.
|