Traveler Information API
|
Properties | |
int | TravelTimeID [get, set] |
string | Name [get, set] |
string | Description [get, set] |
DateTime | TimeUpdated [get, set] |
RoadwayLocation | StartPoint [get, set] |
RoadwayLocation | EndPoint [get, set] |
decimal | Distance [get, set] |
int | AverageTime [get, set] |
int | CurrentTime [get, set] |
Data structure that represents a travel time route.
|
getset |
The average time in minutes that it takes to complete this route.
|
getset |
The current estimated time in minutes that it takes to complete this route.
|
getset |
A description for the route.
|
getset |
Total distance of this route in miles.
|
getset |
The location where this route ends.
|
getset |
A friendly name for the route.
|
getset |
The location where this route begins.
|
getset |
The last time that the data for this route was updated.
|
getset |
Unique ID that is specific to a route.