roadTraffic property
Specifies the traffic density to use when calculating commute time. Possible string values are:
- "ROAD_TRAFFIC_UNSPECIFIED" : Road traffic situation isn't 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;