Class WeatherForecastInfo
Forecast information
Inheritance
object
WeatherForecastInfo
Namespace
Syntax
public class WeatherForecastInfo
Properties
Humidity
Humidity in percent
Property Value
double
Declaration
public double Humidity { get; }
ServerType
Whether the server type is OWM or TWC
Temperature
Temperature
Property Value
double
Declaration
public double Temperature { get; }
TemperatureMeasurement
Temperature measurement
Weather
Weather condition
WeatherToken
Weather token
Property Value
JsonObject
Declaration
public JsonObject WeatherToken { get; }
WindDirection
Wind direction in degrees
Property Value
double
Declaration
public double WindDirection { get; }
WindSpeed
Wind speed. Imperial: mph, Metric/Kelvin: m.s
Property Value
double
Declaration
public double WindSpeed { get; }