commuteMethod property
The method of transportation for which to calculate the commute time.
Required. Possible string values are:
- "COMMUTE_METHOD_UNSPECIFIED" : Commute method is not specified.
- "DRIVING" : Commute time is calculated based on driving time.
- "TRANSIT" : Commute time is calculated based on public transit including bus, metro, subway, etc.
Implementation
core.String? commuteMethod;