Traveler Information API
|
Properties | |
int | MountainPassId [get, set] |
string | MountainPassName [get, set] |
double | Latitude [get, set] |
double | Longitude [get, set] |
DateTime | DateUpdated [get, set] |
int? | TemperatureInFahrenheit [get, set] |
int | ElevationInFeet [get, set] |
string | WeatherCondition [get, set] |
string | RoadCondition [get, set] |
bool | TravelAdvisoryActive [get, set] |
TravelRestriction | RestrictionOne [get, set] |
TravelRestriction | RestrictionTwo [get, set] |
A data structure that represents the conditions of the mountain pass.
|
getset |
Date and time to display to public, DisplayDate in the database
|
getset |
The elevation of the mountain pass in feet.
|
getset |
The latitude of the mountain pass.
|
getset |
The longitude of the mountain pass.
|
getset |
A unique identifier for a mountain pass.
|
getset |
A friendly name for a mountain pass.
|
getset |
The travel restriction in the primary direction.
|
getset |
The travel restriction in the secondary direction.
|
getset |
The roadway conditions at the pass.
|
getset |
The temperature reading at the mountain pass in degrees fahrenheit.
|
getset |
Indicates if a travel advisory is active.
|
getset |
The weather conditions at the pass.