Traveler Information API
 All Classes Functions Variables Properties
Properties
RoadwayLocation Class Reference

Describes a specific location on a WA State Highway. More...

List of all members.

Properties

string Description [get, set]
 A description of the location. This could be a cross street or a nearby landmark.
string RoadName [get, set]
 The name of the road.
string Direction [get, set]
 The side of the road the location is on (Northbound, Southbound). This does not necessarily correspond to an actual compass direction.
decimal MilePost [get, set]
 The milepost of the location.
decimal Latitude [get, set]
 Latitude of the location.
decimal Longitude [get, set]
 Longitude of the location.

Detailed Description

Describes a specific location on a WA State Highway.


Property Documentation

string RoadwayLocation.Description [get, set]

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

string RoadwayLocation.Direction [get, set]

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

decimal RoadwayLocation.Latitude [get, set]

Latitude of the location.

decimal RoadwayLocation.Longitude [get, set]

Longitude of the location.

decimal RoadwayLocation.MilePost [get, set]

The milepost of the location.

string RoadwayLocation.RoadName [get, set]

The name of the road.