LocationFilter class

Input only.

Geographic region of the search.

Constructors

LocationFilter({String? address, double? distanceInMiles, LatLng? latLng, String? regionCode, String? telecommutePreference})
LocationFilter.fromJson(Map json_)

Properties

address String?
The address name, such as "Mountain View" or "Bay Area".
getter/setter pair
distanceInMiles double?
The distance_in_miles is applied when the location being searched for is identified as a city or smaller.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latLng LatLng?
The latitude and longitude of the geographic center from which to search.
getter/setter pair
regionCode String?
CLDR region code of the country/region.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telecommutePreference String?
Allows the client to return jobs without a set location, specifically, telecommuting jobs (telecommuting is considered by the service as a special location).
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