Traveler Information API
Loading...
Searching...
No Matches
Current Weather

Classes

class  WeatherInformation
 
class  WeatherStations
 
class  TravelerAPI.Controller.ScanwebController
 
class  WeatherReading
 
class  WeatherInfo
 

Functions

WeatherInfo[] WeatherInformation.GetCurrentWeatherInformation (string AccessCode)
 
WeatherInfo[] WeatherInformation.SearchWeatherInformation (string AccessCode, int StationID, DateTime SearchStartTime, DateTime SearchEndTime)
 
WeatherInfo WeatherInformation.GetCurrentWeatherInformationByStationID (string AccessCode, int StationID)
 
WeatherInfo[] WeatherInformation.GetCurrentWeatherForStations (string AccessCode, string StationList)
 

Detailed Description

Weather reports from WSDOT maintained weather stations

Function Documentation

◆ GetCurrentWeatherForStations()

WeatherInfo[] WeatherInformation.GetCurrentWeatherForStations ( string  AccessCode,
string  StationList 
)

◆ GetCurrentWeatherInformation()

WeatherInfo[] WeatherInformation.GetCurrentWeatherInformation ( string  AccessCode)

Returns the most recent reading from each weather station

Parameters
AccessCodeYour 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
AccessCodeYour 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
AccessCodeYour Traveler API Access Code.
StationID
SearchStartTime
SearchEndTime
Returns