Class CommuteInfo (1.0.0)

CommuteInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Commute details related to this job.

Attributes

NameDescription
job_location `.common.Location`
Location used as the destination in the commute calculation.
travel_duration `.duration.Duration`
The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query.

Inheritance

builtins.object > proto.message.Message > CommuteInfo