Address of a place.
JSON representation |
---|
{ "formattedAddress": { object ( |
Fields | |
---|---|
formattedAddress |
A full, human-readable address for this place. |
addressComponents[] |
A list of address components. |
FormattedAddress
A full, human-readable address for the entity containing this message.
JSON representation |
---|
{ "lines": [ string ] } |
Fields | |
---|---|
lines[] |
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 |
The name of this component describing part of the address. Examples include "California", "Amphitheatre Parkway". |
componentTextShortForm |
The short form of the component text. Examples include "CA" for "California", and "US" for "United States". |
types[] |
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 |