public class RouteTravelTime extends Object
RouteTravelTime contains information pertaining to a route such as uncongested travel
time in minutes and the different TravelTimes when arriving/departing at different times.| Constructor and Description |
|---|
RouteTravelTime() |
| Modifier and Type | Method and Description |
|---|---|
List<TravelTime> |
getTravelTimes()
Gets the travel times requested for this route.
|
int |
getTravelTimesInterval()
Gets the interval between the first two travel times.
|
int |
getUncongestedTravelTime()
Gets the travel time on this route when there is no congestion.
|
public int getUncongestedTravelTime()
public List<TravelTime> getTravelTimes()
public int getTravelTimesInterval()
Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.