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

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]
 

Detailed Description

Data structure that represents a travel time route.

Property Documentation

◆ AverageTime

int TravelTimeRoute.AverageTime
getset

The average time in minutes that it takes to complete this route.

◆ CurrentTime

int TravelTimeRoute.CurrentTime
getset

The current estimated time in minutes that it takes to complete this route.

◆ Description

string TravelTimeRoute.Description
getset

A description for the route.

◆ Distance

decimal TravelTimeRoute.Distance
getset

Total distance of this route in miles.

◆ EndPoint

RoadwayLocation TravelTimeRoute.EndPoint
getset

The location where this route ends.

◆ Name

string TravelTimeRoute.Name
getset

A friendly name for the route.

◆ StartPoint

RoadwayLocation TravelTimeRoute.StartPoint
getset

The location where this route begins.

◆ TimeUpdated

DateTime TravelTimeRoute.TimeUpdated
getset

The last time that the data for this route was updated.

◆ TravelTimeID

int TravelTimeRoute.TravelTimeID
getset

Unique ID that is specific to a route.