bestGuess constant

TrafficModel const bestGuess

Indicates that the returned durationInTraffic 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 departureTime is to now.

Implementation

static const bestGuess = TrafficModel('best_guess');