Weather reports from WSDOT maintained weather stations
◆ GetCurrentWeatherForStations()
| WeatherInfo[] WeatherInformation.GetCurrentWeatherForStations |
( |
string |
AccessCode, |
|
|
string |
StationList |
|
) |
| |
◆ GetCurrentWeatherInformation()
| WeatherInfo[] WeatherInformation.GetCurrentWeatherInformation |
( |
string |
AccessCode | ) |
|
Returns the most recent reading from each weather station
- Parameters
-
| AccessCode | Your Traveler API Access Code. |
- Returns
- WeatherInfo array
◆ GetCurrentWeatherInformationByStationID()
| WeatherInfo WeatherInformation.GetCurrentWeatherInformationByStationID |
( |
string |
AccessCode, |
|
|
int |
StationID |
|
) |
| |
Gets the most recent weather report from the chosen station
- Parameters
-
| AccessCode | Your Traveler API Access Code.kokkkikilsdkjfasdflkj |
| StationID | |
- Returns
◆ SearchWeatherInformation()
| WeatherInfo[] WeatherInformation.SearchWeatherInformation |
( |
string |
AccessCode, |
|
|
int |
StationID, |
|
|
DateTime |
SearchStartTime, |
|
|
DateTime |
SearchEndTime |
|
) |
| |
Returns all readings between the two given times for the chosen station, up to a week max.
- Parameters
-
| AccessCode | Your Traveler API Access Code. |
| StationID | |
| SearchStartTime | |
| SearchEndTime | |
- Returns