Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

best_guess

best_guess: = "best_guess"

indicates that the returned duration_in_traffic should be the best estimate of travel time given what is known about both historical traffic conditions and live traffic. Live traffic becomes more important the closer the departure_time is to now.

optimistic

optimistic: = "optimistic"

indicates that the returned duration_in_traffic should be shorter than the actual travel time on most days, though occasional days with particularly good traffic conditions may be faster than this value.

pessimistic

pessimistic: = "pessimistic"

indicates that the returned duration_in_traffic should be longer than the actual travel time on most days, though occasional days with particularly bad traffic conditions may exceed this value.

Generated using TypeDoc