A data structure that represents the conditions of the mountain pass. More...
Properties | |
| int | MountainPassId [get, set] |
| A unique identifier for a mountain pass. | |
| string | MountainPassName [get, set] |
| A friendly name for a mountain pass. | |
| double | Latitude [get, set] |
| The latitude of the mountain pass. | |
| double | Longitude [get, set] |
| The longitude of the mountain pass. | |
| DateTime | DateUpdated [get, set] |
| The time the PassCondition was updated. | |
| int | TemperatureInFahrenheit [get, set] |
| The temperature reading at the mountain pass in degrees fahrenheit. | |
| int | ElevationInFeet [get, set] |
| The elevation of the mountain pass in feet. | |
| string | WeatherCondition [get, set] |
| The weather conditions at the pass. | |
| string | RoadCondition [get, set] |
| The roadway conditions at the pass. | |
| bool | TravelAdvisoryActive [get, set] |
| Indicates if a travel advisory is active. | |
| TravelRestriction | RestrictionOne [get, set] |
| The travel restriction in the primary direction. | |
| TravelRestriction | RestrictionTwo [get, set] |
| The travel restriction in the secondary direction. | |
A data structure that represents the conditions of the mountain pass.
DateTime PassCondition.DateUpdated [get, set] |
The time the PassCondition was updated.
int PassCondition.ElevationInFeet [get, set] |
The elevation of the mountain pass in feet.
double PassCondition.Latitude [get, set] |
The latitude of the mountain pass.
double PassCondition.Longitude [get, set] |
The longitude of the mountain pass.
int PassCondition.MountainPassId [get, set] |
A unique identifier for a mountain pass.
string PassCondition.MountainPassName [get, set] |
A friendly name for a mountain pass.
TravelRestriction PassCondition.RestrictionOne [get, set] |
The travel restriction in the primary direction.
TravelRestriction PassCondition.RestrictionTwo [get, set] |
The travel restriction in the secondary direction.
string PassCondition.RoadCondition [get, set] |
The roadway conditions at the pass.
int PassCondition.TemperatureInFahrenheit [get, set] |
The temperature reading at the mountain pass in degrees fahrenheit.
bool PassCondition.TravelAdvisoryActive [get, set] |
Indicates if a travel advisory is active.
string PassCondition.WeatherCondition [get, set] |
The weather conditions at the pass.
1.8.0