public enum LocationType
An enum which represents the type of a location.
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Fields | |
---|---|
Name | Description |
AdministrativeArea | A state or equivalent level location. |
Country | A country level location. |
Locality | A city or equivalent level location. |
Neighborhood | A neighborhood level location. |
PostalCode | A postal code level location. |
StreetAddress | A street address level location. |
SubAdministrativeArea | A county or equivalent level location. |
SubLocality | 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. |
SubLocality1 | A district or equivalent level location. |
SubLocality2 | A smaller district or equivalent level display. |
Unspecified | Default value if the type isn't specified. |