commuteMethod property

String? commuteMethod
getter/setter pair

The method of transportation to calculate the commute time for.

Required. Possible string values are:

  • "COMMUTE_METHOD_UNSPECIFIED" : Commute method isn't specified.
  • "DRIVING" : Commute time is calculated based on driving time.
  • "TRANSIT" : Commute time is calculated based on public transit including bus, metro, subway, and so on.
  • "WALKING" : Commute time is calculated based on walking time.
  • "CYCLING" : Commute time is calculated based on biking time.
  • "TRANSIT_ACCESSIBLE" : Commute time is calculated based on public transit that is wheelchair accessible.

Implementation

core.String? commuteMethod;