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.v4.Job.posting_region] indicates
if a job permits telecommuting. If this field is set to
[TelecommutePreference.TELECOMMUTE_ALLOWED][google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED],
telecommuting jobs are searched, and
[address][google.cloud.talent.v4.LocationFilter.address] and
[lat_lng][google.cloud.talent.v4.LocationFilter.lat_lng] are ignored. If
not set or set to
[TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED],
the telecommute status of the jobs is ignored. Jobs that have
[PostingRegion.TELECOMMUTE][google.cloud.talent.v4.PostingRegion.TELECOMMUTE]
and have additional [Job.addresses][google.cloud.talent.v4.Job.addresses]
may still be matched based on other location filters using
[address][google.cloud.talent.v4.LocationFilter.address] or
[lat_lng][google.cloud.talent.v4.LocationFilter.lat_lng].
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\u003eThis document provides reference documentation for the \u003ccode\u003eLocationFilter\u003c/code\u003e class within the Google Cloud Talent Solution v4 API for .NET, which is used to define geographic search parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eLocationFilter\u003c/code\u003e class is 2.7.0, and the document contains documentation for versions ranging from 1.0.0 to 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLocationFilter\u003c/code\u003e allows users to specify a location by address, latitude/longitude, or region code, and also allows for setting a search radius with \u003ccode\u003eDistanceInMiles\u003c/code\u003e and whether or not to include telecommuting options.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLocationFilter\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e, to provide functionality for message handling, equality checks, deep cloning and memory management.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4 API - Class LocationFilter (2.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.LocationFilter)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.6.0/Google.Cloud.Talent.V4.LocationFilter)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.5.0/Google.Cloud.Talent.V4.LocationFilter)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.4.0/Google.Cloud.Talent.V4.LocationFilter)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.3.0/Google.Cloud.Talent.V4.LocationFilter)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.2.0/Google.Cloud.Talent.V4.LocationFilter)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.1.0/Google.Cloud.Talent.V4.LocationFilter)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.0.0/Google.Cloud.Talent.V4.LocationFilter)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.4.0/Google.Cloud.Talent.V4.LocationFilter)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.3.0/Google.Cloud.Talent.V4.LocationFilter)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.2.0/Google.Cloud.Talent.V4.LocationFilter)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.1.0/Google.Cloud.Talent.V4.LocationFilter)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.0.0/Google.Cloud.Talent.V4.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 v4 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.V4/latest/Google.Cloud.Talent.V4.LocationFilter), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LocationFilter](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.LocationFilter), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LocationFilter](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.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.V4](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4.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### 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.v4.Job.posting_region\\] indicates\nif a job permits telecommuting. If this field is set to\n\\[TelecommutePreference.TELECOMMUTE_ALLOWED\\]\\[google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED\\],\ntelecommuting jobs are searched, and\n\\[address\\]\\[google.cloud.talent.v4.LocationFilter.address\\] and\n\\[lat_lng\\]\\[google.cloud.talent.v4.LocationFilter.lat_lng\\] are ignored. If\nnot set or set to\n\\[TelecommutePreference.TELECOMMUTE_EXCLUDED\\]\\[google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED\\],\nthe telecommute status of the jobs is ignored. Jobs that have\n\\[PostingRegion.TELECOMMUTE\\]\\[google.cloud.talent.v4.PostingRegion.TELECOMMUTE\\]\nand have additional \\[Job.addresses\\]\\[google.cloud.talent.v4.Job.addresses\\]\nmay still be matched based on other location filters using\n\\[address\\]\\[google.cloud.talent.v4.LocationFilter.address\\] or\n\\[lat_lng\\]\\[google.cloud.talent.v4.LocationFilter.lat_lng\\].\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."]]