A resource that represents a location with full geographic
information.
Attributes
Name
Description
location_type
google.cloud.talent_v4.types.Location.LocationType The type of a location, which corresponds to the address
lines field ofgoogle.type.PostalAddress][google.type.PostalAddress]. For
example, "Downtown, Atlanta, GA, USA" has a type ofLocationType.NEIGHBORHOOD,
and "Kansas City, KS, USA" has a type ofLocationType.LOCALITY.
postal_address
google.type.postal_address_pb2.PostalAddress 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.
lat_lng
google.type.latlng_pb2.LatLng An object representing a latitude/longitude
pair.
radius_miles
float 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 fromgoogle.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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class Location (2.17.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.2 (latest)](/python/docs/reference/talent/latest/google.cloud.talent_v4.types.Location)\n- [2.17.0](/python/docs/reference/talent/2.17.0/google.cloud.talent_v4.types.Location)\n- [2.16.0](/python/docs/reference/talent/2.16.0/google.cloud.talent_v4.types.Location)\n- [2.15.0](/python/docs/reference/talent/2.15.0/google.cloud.talent_v4.types.Location)\n- [2.14.1](/python/docs/reference/talent/2.14.1/google.cloud.talent_v4.types.Location)\n- [2.13.5](/python/docs/reference/talent/2.13.5/google.cloud.talent_v4.types.Location)\n- [2.12.0](/python/docs/reference/talent/2.12.0/google.cloud.talent_v4.types.Location)\n- [2.11.1](/python/docs/reference/talent/2.11.1/google.cloud.talent_v4.types.Location)\n- [2.10.1](/python/docs/reference/talent/2.10.1/google.cloud.talent_v4.types.Location)\n- [2.9.1](/python/docs/reference/talent/2.9.1/google.cloud.talent_v4.types.Location)\n- [2.8.0](/python/docs/reference/talent/2.8.0/google.cloud.talent_v4.types.Location)\n- [2.7.3](/python/docs/reference/talent/2.7.3/google.cloud.talent_v4.types.Location)\n- [2.6.0](/python/docs/reference/talent/2.6.0/google.cloud.talent_v4.types.Location)\n- [2.5.2](/python/docs/reference/talent/2.5.2/google.cloud.talent_v4.types.Location)\n- [2.4.0](/python/docs/reference/talent/2.4.0/google.cloud.talent_v4.types.Location)\n- [2.3.0](/python/docs/reference/talent/2.3.0/google.cloud.talent_v4.types.Location)\n- [2.2.1](/python/docs/reference/talent/2.2.1/google.cloud.talent_v4.types.Location)\n- [2.1.0](/python/docs/reference/talent/2.1.0/google.cloud.talent_v4.types.Location)\n- [2.0.0](/python/docs/reference/talent/2.0.0/google.cloud.talent_v4.types.Location)\n- [1.0.2](/python/docs/reference/talent/1.0.2/google.cloud.talent_v4.types.Location)\n- [0.6.3](/python/docs/reference/talent/0.6.3/google.cloud.talent_v4.types.Location)\n- [0.5.0](/python/docs/reference/talent/0.5.0/google.cloud.talent_v4.types.Location)\n- [0.4.0](/python/docs/reference/talent/0.4.0/google.cloud.talent_v4.types.Location)\n- [0.3.0](/python/docs/reference/talent/0.3.0/google.cloud.talent_v4.types.Location) \n\n Location(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nA resource that represents a location with full geographic\ninformation.\n\nClasses\n-------\n\n### LocationType\n\n LocationType(value)\n\nAn enum which represents the type of a location."]]