locationFilters property

List<LocationFilter>? locationFilters
getter/setter pair

The location filter specifies geo-regions containing the jobs to search against.

See LocationFilter for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the LocationFilter.distance_in_miles parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.

Implementation

core.List<LocationFilter>? locationFilters;