Class WeatherForecastInfo
Forecast information
Inheritance
object
WeatherForecastInfo
Namespace: Nettify.Weather
Assembly: Nettify.dll
Syntax
public class WeatherForecastInfo
Properties
| Edit this page View SourceHumidity
Humidity in percent
Declaration
public double Humidity { get; }
Property Value
Type | Description |
---|---|
double |
ServerType
Whether the server type is OWM or TWC
Declaration
public WeatherServerType ServerType { get; }
Property Value
Type | Description |
---|---|
WeatherServerType |
Temperature
Temperature
Declaration
public double Temperature { get; }
Property Value
Type | Description |
---|---|
double |
TemperatureMeasurement
Temperature measurement
Declaration
public UnitMeasurement TemperatureMeasurement { get; }
Property Value
Type | Description |
---|---|
UnitMeasurement |
Weather
Weather condition
Declaration
public WeatherCondition Weather { get; }
Property Value
Type | Description |
---|---|
WeatherCondition |
WeatherToken
Weather token
Declaration
public JsonObject WeatherToken { get; }
Property Value
Type | Description |
---|---|
JsonObject |
WindDirection
Wind direction in degrees
Declaration
public double WindDirection { get; }
Property Value
Type | Description |
---|---|
double |
WindSpeed
Wind speed. Imperial: mph, Metric/Kelvin: m.s
Declaration
public double WindSpeed { get; }
Property Value
Type | Description |
---|---|
double |