Describes a specific location on a WA State Highway. More...
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. | |
Describes a specific location on a WA State Highway.
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.
1.8.0