Traveler Information API
Loading...
Searching...
No Matches
WeatherInfo Class Reference

Properties

int StationID [get, set]
 
string StationName [get, set]
 
decimal Latitude [get, set]
 
decimal Longitude [get, set]
 
DateTime ReadingTime [get, set]
 
decimal? TemperatureInFahrenheit [get, set]
 
decimal? PrecipitationInInches [get, set]
 
decimal? WindSpeedInMPH [get, set]
 
decimal? WindGustSpeedInMPH [get, set]
 
int? Visibility [get, set]
 
string SkyCoverage [get, set]
 
decimal? BarometricPressure [get, set]
 
decimal? RelativeHumidity [get, set]
 
string WindDirectionCardinal [get, set]
 
decimal? WindDirection [get, set]
 

Detailed Description

Current information from a weather station.

Property Documentation

◆ BarometricPressure

decimal? WeatherInfo.BarometricPressure
getset

◆ Latitude

decimal WeatherInfo.Latitude
getset

◆ Longitude

decimal WeatherInfo.Longitude
getset

◆ PrecipitationInInches

decimal? WeatherInfo.PrecipitationInInches
getset

◆ ReadingTime

DateTime WeatherInfo.ReadingTime
getset

◆ RelativeHumidity

decimal? WeatherInfo.RelativeHumidity
getset

◆ SkyCoverage

string WeatherInfo.SkyCoverage
getset

◆ StationID

int WeatherInfo.StationID
getset

◆ StationName

string WeatherInfo.StationName
getset

◆ TemperatureInFahrenheit

decimal? WeatherInfo.TemperatureInFahrenheit
getset

◆ Visibility

int? WeatherInfo.Visibility
getset

◆ WindDirection

decimal? WeatherInfo.WindDirection
getset

◆ WindDirectionCardinal

string WeatherInfo.WindDirectionCardinal
getset

◆ WindGustSpeedInMPH

decimal? WeatherInfo.WindGustSpeedInMPH
getset

◆ WindSpeedInMPH

decimal? WeatherInfo.WindSpeedInMPH
getset