Address

Address of a place.

JSON representation
{
  "formattedAddress": {
    object (FormattedAddress)
  },
  "addressComponents": [
    {
      object (AddressComponent)
    }
  ]
}
Fields
formattedAddress

object (FormattedAddress)

A full, human-readable address for this place.

addressComponents[]

object (AddressComponent)

A list of address components.

FormattedAddress

A full, human-readable address for the entity containing this message.

JSON representation
{
  "lines": [
    string
  ]
}
Fields
lines[]

string

The lines of text that describe the address. At least one line must be present.

AddressComponent

An address component that describes one part of the address.

JSON representation
{
  "componentText": string,
  "componentTextShortForm": string,
  "types": [
    string
  ]
}
Fields
componentText

string

The name of this component describing part of the address. Examples include "California", "Amphitheatre Parkway".

componentTextShortForm

string

The short form of the component text. Examples include "CA" for "California", and "US" for "United States".

types[]

string

The types of this component describing part of the address. For a list of supported types, see https://developers.google.com/places/web-service/supported_types#table2