The distance_in_miles is applied when the location being searched for is
identified as a city or smaller. This field is ignored if the location
being searched for is a state or larger.
CLDR region code of the country/region. This field may be used in two ways:
1) If telecommute preference is not set, this field is used address
ambiguity of the user-input address. For example, "Liverpool" may refer to
"Liverpool, NY, US" or "Liverpool, UK". This region code biases the
address resolution toward a specific country or territory. If this field is
not set, address resolution is biased toward the United States by default.
2) If telecommute preference is set to TELECOMMUTE_ALLOWED, the
telecommute location filter will be limited to the region specified in this
field. If this field is not set, the telecommute job locations will not be
public LocationFilter.Types.TelecommutePreference TelecommutePreference { get; set; }
Allows the client to return jobs without a
set location, specifically, telecommuting jobs (telecommuting is considered
by the service as a special location).
[Job.posting_region][google.cloud.talent.v4beta1.Job.posting_region]
indicates if a job permits telecommuting. If this field is set to
[TelecommutePreference.TELECOMMUTE_ALLOWED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED],
telecommuting jobs are searched, and
[address][google.cloud.talent.v4beta1.LocationFilter.address] and
[lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] are ignored.
If not set or set to
[TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED],
the telecommute status of the jobs is ignored. Jobs that have
[PostingRegion.TELECOMMUTE][google.cloud.talent.v4beta1.PostingRegion.TELECOMMUTE]
and have additional
[Job.addresses][google.cloud.talent.v4beta1.Job.addresses] may still be
matched based on other location filters using
[address][google.cloud.talent.v4beta1.LocationFilter.address] or
[latlng][].
This filter can be used by itself to search exclusively for telecommuting
jobs, or it can be combined with another location
filter to search for a combination of job locations,
such as "Mountain View" or "telecommuting" jobs. However, when used in
combination with other location filters, telecommuting jobs can be
treated as less relevant than other jobs in the search response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLocationFilter\u003c/code\u003e class in the Google Cloud Talent Solution v4beta1 API allows for geographic searching and filtering of job locations.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify a job search location using an address, latitude/longitude coordinates, or a combination of both, with the ability to define a search radius via \u003ccode\u003eDistanceInMiles\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNegated\u003c/code\u003e property allows excluding specific locations in a job search, enabling users to filter out certain regions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRegionCode\u003c/code\u003e prioritizes address resolution toward a specific country or territory and is used to constrain telecommuting job locations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTelecommutePreference\u003c/code\u003e property allows filtering for remote jobs, either exclusively or in combination with physical locations.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class LocationFilter (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.LocationFilter)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.LocationFilter)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.LocationFilter) \n\n public sealed class LocationFilter : IMessage\u003cLocationFilter\u003e, IEquatable\u003cLocationFilter\u003e, IDeepCloneable\u003cLocationFilter\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class LocationFilter.\n\nGeographic region of the search. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LocationFilter \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LocationFilter](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.LocationFilter), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LocationFilter](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.LocationFilter), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LocationFilter](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.LocationFilter), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### LocationFilter()\n\n public LocationFilter()\n\n### LocationFilter(LocationFilter)\n\n public LocationFilter(LocationFilter other)\n\nProperties\n----------\n\n### Address\n\n public string Address { get; set; }\n\nThe address name, such as \"Mountain View\" or \"Bay Area\".\n\n### DistanceInMiles\n\n public double DistanceInMiles { get; set; }\n\nThe distance_in_miles is applied when the location being searched for is\nidentified as a city or smaller. This field is ignored if the location\nbeing searched for is a state or larger.\n\n### LatLng\n\n public LatLng LatLng { get; set; }\n\nThe latitude and longitude of the geographic center to search from. This\nfield is ignored if `address` is provided.\n\n### Negated\n\n public bool Negated { get; set; }\n\nWhether to apply negation to the filter so profiles matching the filter\nare excluded.\n\n### RegionCode\n\n public string RegionCode { get; set; }\n\nCLDR region code of the country/region. This field may be used in two ways:\n\n1) If telecommute preference is not set, this field is used address\nambiguity of the user-input address. For example, \"Liverpool\" may refer to\n\"Liverpool, NY, US\" or \"Liverpool, UK\". This region code biases the\naddress resolution toward a specific country or territory. If this field is\nnot set, address resolution is biased toward the United States by default.\n\n2) If telecommute preference is set to TELECOMMUTE_ALLOWED, the\ntelecommute location filter will be limited to the region specified in this\nfield. If this field is not set, the telecommute job locations will not be\n\nSee\n\u003chttps://unicode-org.github.io/cldr-staging/charts/latest/supplemental/territory_information.html\u003e\nfor details. Example: \"CH\" for Switzerland.\n\n### TelecommutePreference\n\n public LocationFilter.Types.TelecommutePreference TelecommutePreference { get; set; }\n\nAllows the client to return jobs without a\nset location, specifically, telecommuting jobs (telecommuting is considered\nby the service as a special location).\n\\[Job.posting_region\\]\\[google.cloud.talent.v4beta1.Job.posting_region\\]\nindicates if a job permits telecommuting. If this field is set to\n\\[TelecommutePreference.TELECOMMUTE_ALLOWED\\]\\[google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED\\],\ntelecommuting jobs are searched, and\n\\[address\\]\\[google.cloud.talent.v4beta1.LocationFilter.address\\] and\n\\[lat_lng\\]\\[google.cloud.talent.v4beta1.LocationFilter.lat_lng\\] are ignored.\nIf not set or set to\n\\[TelecommutePreference.TELECOMMUTE_EXCLUDED\\]\\[google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED\\],\nthe telecommute status of the jobs is ignored. Jobs that have\n\\[PostingRegion.TELECOMMUTE\\]\\[google.cloud.talent.v4beta1.PostingRegion.TELECOMMUTE\\]\nand have additional\n\\[Job.addresses\\]\\[google.cloud.talent.v4beta1.Job.addresses\\] may still be\nmatched based on other location filters using\n\\[address\\]\\[google.cloud.talent.v4beta1.LocationFilter.address\\] or\n\\[latlng\\]\\[\\].\n\nThis filter can be used by itself to search exclusively for telecommuting\njobs, or it can be combined with another location\nfilter to search for a combination of job locations,\nsuch as \"Mountain View\" or \"telecommuting\" jobs. However, when used in\ncombination with other location filters, telecommuting jobs can be\ntreated as less relevant than other jobs in the search response.\n\nThis field is only used for job search requests."]]