roadTraffic property

String? roadTraffic
getter/setter pair

Specifies the traffic density to use when calculating commute time.

Optional. Possible string values are:

  • "ROAD_TRAFFIC_UNSPECIFIED" : Road traffic situation is not specified.
  • "TRAFFIC_FREE" : Optimal commute time without considering any traffic impact.
  • "BUSY_HOUR" : Commute time calculation takes in account the peak traffic impact.

Implementation

core.String? roadTraffic;