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

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]
 

Detailed Description

A data structure that represents the conditions of the mountain pass.

Property Documentation

◆ DateUpdated

DateTime PassCondition.DateUpdated
getset

Date and time to display to public, DisplayDate in the database

◆ ElevationInFeet

int PassCondition.ElevationInFeet
getset

The elevation of the mountain pass in feet.

◆ Latitude

double PassCondition.Latitude
getset

The latitude of the mountain pass.

◆ Longitude

double PassCondition.Longitude
getset

The longitude of the mountain pass.

◆ MountainPassId

int PassCondition.MountainPassId
getset

A unique identifier for a mountain pass.

◆ MountainPassName

string PassCondition.MountainPassName
getset

A friendly name for a mountain pass.

◆ RestrictionOne

TravelRestriction PassCondition.RestrictionOne
getset

The travel restriction in the primary direction.

◆ RestrictionTwo

TravelRestriction PassCondition.RestrictionTwo
getset

The travel restriction in the secondary direction.

◆ RoadCondition

string PassCondition.RoadCondition
getset

The roadway conditions at the pass.

◆ TemperatureInFahrenheit

int? PassCondition.TemperatureInFahrenheit
getset

The temperature reading at the mountain pass in degrees fahrenheit.

◆ TravelAdvisoryActive

bool PassCondition.TravelAdvisoryActive
getset

Indicates if a travel advisory is active.

◆ WeatherCondition

string PassCondition.WeatherCondition
getset

The weather conditions at the pass.