locationFilters property

List<Location>? locationFilters
getter/setter pair

The location filters that the service applied to the specified query.

If any filters are lat-lng based, the JobLocation.location_type is JobLocation.LocationType#LOCATION_TYPE_UNSPECIFIED.

Implementation

core.List<Location>? locationFilters;