Adres miejsca.
Zapis JSON |
---|
{ "formattedAddress": { object ( |
Pola | |
---|---|
formattedAddress |
Pełny, zrozumiały dla człowieka adres tego miejsca. |
addressComponents[] |
Lista komponentów adresu. |
FormattedAddress
Pełny, zrozumiały dla człowieka adres elementu zawierającego tę wiadomość.
Zapis JSON |
---|
{ "lines": [ string ] } |
Pola | |
---|---|
lines[] |
Wiersze tekstu opisujące adres. Musi istnieć co najmniej 1 wiersz. |
AddressComponent
Komponent adresu, który opisuje jedną część adresu.
Zapis JSON |
---|
{ "componentText": string, "componentTextShortForm": string, "types": [ string ] } |
Pola | |
---|---|
componentText |
Nazwa tego komponentu opisująca część adresu. Przykłady: „Kalifornia”, „Amphitheatre Parkway”. |
componentTextShortForm |
Krótka forma tekstu komponentu. Przykłady: „CA” „Kalifornia” i „USA” "Stany Zjednoczone". |
types[] |
Typy tego komponentu opisujące część adresu. Listę obsługiwanych typów znajdziesz na https://developers.google.com/places/web-service/supported_types#table2. |