Information about a location.
JSON representation |
---|
{
"city": string,
"state": string,
"country_or_region": string,
"name": string,
"desk_name": string,
"floor_name": string,
"region_latitude": number,
"region_longitude": number,
"region_coordinates": {
object ( |
Fields | |
---|---|
city |
The city. |
state |
The state. |
country_ |
The country or region. |
name |
Custom location name (e.g. building or site name like "London Office"). For cloud environments, this is the region (e.g. "us-west2"). |
desk_ |
Desk name or individual location, typically for an employee in an office. (e.g. "IN-BLR-BCPC-11-1121D"). |
floor_ |
Floor name, number or a combination of the two for a building. (e.g. "1-A"). |
region_latitude |
Deprecated: use region_coordinates. |
region_longitude |
Deprecated: use region_coordinates. |
region_ |
Coordinates for the associated region. See https://cloud.google.com/vision/docs/reference/rest/v1/LatLng for a description of the fields. |