public Location.Types.LocationType LocationType { get; set; }
The type of a location, which corresponds to the address lines field of
[google.type.PostalAddress][google.type.PostalAddress]. For example,
"Downtown, Atlanta, GA, USA" has a type of
[LocationType.NEIGHBORHOOD][google.cloud.talent.v4.Location.LocationType.NEIGHBORHOOD],
and "Kansas City, KS, USA" has a type of
[LocationType.LOCALITY][google.cloud.talent.v4.Location.LocationType.LOCALITY].
Postal address of the location that includes human readable information,
such as postal delivery and payments addresses. Given a postal address,
a postal service can deliver items to a premises, P.O. Box, or other
delivery location.
Radius in miles of the job location. This value is derived from the
location bounding box in which a circle with the specified radius
centered from [google.type.LatLng][google.type.LatLng] covers the area
associated with the job location. For example, currently, "Mountain View,
CA, USA" has a radius of 6.17 miles.
[[["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 latest version of the Google Cloud Talent Solution v4 API class Location is 2.7.0, with documentation available for versions dating back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLocation\u003c/code\u003e class is a resource in the Google Cloud Talent Solution v4 API, representing a location with complete geographic details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLocation\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, extending functionality and compatibility.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eLocation\u003c/code\u003e class include \u003ccode\u003eLatLng\u003c/code\u003e for latitude/longitude, \u003ccode\u003eLocationType\u003c/code\u003e to specify location type, \u003ccode\u003ePostalAddress\u003c/code\u003e for postal details, and \u003ccode\u003eRadiusMiles\u003c/code\u003e to indicate the job location's radius.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLocation\u003c/code\u003e class includes constructors for default initialization and creating a copy from another \u003ccode\u003eLocation\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4 API - Class Location (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.Location)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.6.0/Google.Cloud.Talent.V4.Location)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.5.0/Google.Cloud.Talent.V4.Location)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.4.0/Google.Cloud.Talent.V4.Location)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.3.0/Google.Cloud.Talent.V4.Location)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.2.0/Google.Cloud.Talent.V4.Location)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.1.0/Google.Cloud.Talent.V4.Location)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.0.0/Google.Cloud.Talent.V4.Location)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.4.0/Google.Cloud.Talent.V4.Location)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.3.0/Google.Cloud.Talent.V4.Location)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.2.0/Google.Cloud.Talent.V4.Location)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.1.0/Google.Cloud.Talent.V4.Location)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.0.0/Google.Cloud.Talent.V4.Location) \n\n public sealed class Location : IMessage\u003cLocation\u003e, IEquatable\u003cLocation\u003e, IDeepCloneable\u003cLocation\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4 API class Location.\n\nA resource that represents a location with full geographic information. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Location \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Location](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.Location), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Location](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.Location), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Location](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.Location), [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### Location()\n\n public Location()\n\n### Location(Location)\n\n public Location(Location other)\n\nProperties\n----------\n\n### LatLng\n\n public LatLng LatLng { get; set; }\n\nAn object representing a latitude/longitude pair.\n\n### LocationType\n\n public Location.Types.LocationType LocationType { get; set; }\n\nThe type of a location, which corresponds to the address lines field of\n\\[google.type.PostalAddress\\]\\[google.type.PostalAddress\\]. For example,\n\"Downtown, Atlanta, GA, USA\" has a type of\n\\[LocationType.NEIGHBORHOOD\\]\\[google.cloud.talent.v4.Location.LocationType.NEIGHBORHOOD\\],\nand \"Kansas City, KS, USA\" has a type of\n\\[LocationType.LOCALITY\\]\\[google.cloud.talent.v4.Location.LocationType.LOCALITY\\].\n\n### PostalAddress\n\n public PostalAddress PostalAddress { get; set; }\n\nPostal address of the location that includes human readable information,\nsuch as postal delivery and payments addresses. Given a postal address,\na postal service can deliver items to a premises, P.O. Box, or other\ndelivery location.\n\n### RadiusMiles\n\n public double RadiusMiles { get; set; }\n\nRadius in miles of the job location. This value is derived from the\nlocation bounding box in which a circle with the specified radius\ncentered from \\[google.type.LatLng\\]\\[google.type.LatLng\\] covers the area\nassociated with the job location. For example, currently, \"Mountain View,\nCA, USA\" has a radius of 6.17 miles."]]