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

Properties

string Description [get, set]
 
string RoadName [get, set]
 
string Direction [get, set]
 
decimal MilePost [get, set]
 
decimal Latitude [get, set]
 
decimal Longitude [get, set]
 

Detailed Description

Describes a specific location on a WA State Highway.

Property Documentation

◆ Description

string RoadwayLocation.Description
getset

A description of the location. This could be a cross street or a nearby landmark.

◆ Direction

string RoadwayLocation.Direction
getset

The side of the road the location is on (Northbound, Southbound). This does not necessarily correspond to an actual compass direction.

◆ Latitude

decimal RoadwayLocation.Latitude
getset

Latitude of the location.

◆ Longitude

decimal RoadwayLocation.Longitude
getset

Longitude of the location.

◆ MilePost

decimal RoadwayLocation.MilePost
getset

The milepost of the location.

◆ RoadName

string RoadwayLocation.RoadName
getset

The name of the road.