CommuteFilter class
Parameters needed for commute search.
Constructors
- CommuteFilter({bool? allowImpreciseAddresses, String? commuteMethod, TimeOfDay? departureTime, String? roadTraffic, LatLng? startCoordinates, String? travelDuration})
- CommuteFilter.fromJson(Map json_)
Properties
- allowImpreciseAddresses ↔ bool?
-
If
true
, jobs without street level addresses may also be returned.getter/setter pair - commuteMethod ↔ String?
-
The method of transportation to calculate the commute time for.
getter/setter pair
- departureTime ↔ TimeOfDay?
-
The departure time used to calculate traffic impact, represented as
google.type.TimeOfDay in local time zone.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- roadTraffic ↔ String?
-
Specifies the traffic density to use when calculating commute time.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startCoordinates ↔ LatLng?
-
The latitude and longitude of the location to calculate the commute time
from.
getter/setter pair
- travelDuration ↔ String?
-
The maximum travel time in seconds.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited