Module: Google::Cloud::Talent::V4::CommuteMethod

Defined in:
proto_docs/google/cloud/talent/v4/common.rb

Overview

Method for commute. Walking, biking and wheelchair accessible transit is still in the Preview stage.

Constant Summary collapse

COMMUTE_METHOD_UNSPECIFIED =

Commute method isn't specified.

0
DRIVING =

Commute time is calculated based on driving time.

1
TRANSIT =

Commute time is calculated based on public transit including bus, metro, subway, and so on.

2
WALKING =

Commute time is calculated based on walking time.

3
CYCLING =

Commute time is calculated based on biking time.

4
TRANSIT_ACCESSIBLE =

Commute time is calculated based on public transit that is wheelchair accessible.

5