Module: Google::Cloud::Talent::V4::Location::LocationType
- Defined in:
- proto_docs/google/cloud/talent/v4/common.rb
Overview
An enum which represents the type of a location.
Constant Summary collapse
- LOCATION_TYPE_UNSPECIFIED =
Default value if the type isn't specified.
0
- COUNTRY =
A country level location.
1
- ADMINISTRATIVE_AREA =
A state or equivalent level location.
2
- SUB_ADMINISTRATIVE_AREA =
A county or equivalent level location.
3
- LOCALITY =
A city or equivalent level location.
4
- POSTAL_CODE =
A postal code level location.
5
- SUB_LOCALITY =
A sublocality is a subdivision of a locality, for example a city borough, ward, or arrondissement. Sublocalities are usually recognized by a local political authority. For example, Manhattan and Brooklyn are recognized as boroughs by the City of New York, and are therefore modeled as sublocalities.
6
- SUB_LOCALITY_1 =
A district or equivalent level location.
7
- SUB_LOCALITY_2 =
A smaller district or equivalent level display.
8
- NEIGHBORHOOD =
A neighborhood level location.
9
- STREET_ADDRESS =
A street address level location.
10