GeocodeResult
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Un risultato di geocodifica contiene informazioni geografiche su un luogo.
Rappresentazione JSON |
{
"place": string,
"placeId": string,
"location": {
object (LatLng )
},
"granularity": enum (GeocodeResult.Granularity ),
"viewport": {
object (Viewport )
},
"bounds": {
object (Viewport )
},
"formattedAddress": string,
"postalAddress": {
object (PostalAddress )
},
"addressComponents": [
{
object (GeocodeResult.AddressComponent )
}
],
"postalCodeLocalities": [
{
object (LocalizedText )
}
],
"types": [
string
],
"plusCode": {
object (PlusCode )
}
} |
Campi |
place |
string
L'identificatore del luogo completo per questo risultato. Nel formato "//places.googleapis.com/places/{placeID}". Per ulteriori dettagli, consulta la pagina https://developers.google.com/maps/documentation/places/web-service/place-id.
|
placeId |
string
L'ID luogo per questo risultato.
|
location |
object (LatLng )
Le coordinate lat/lng di questo indirizzo.
|
granularity |
enum (GeocodeResult.Granularity )
La granularità della posizione.
|
viewport |
object (Viewport )
Una finestra adatta alla visualizzazione del risultato del geocodifica.
|
bounds |
object (Viewport )
Un riquadro di delimitazione per l'indirizzo.
|
formattedAddress |
string
L'indirizzo formattato su una riga.
|
postalAddress |
object (PostalAddress )
L'indirizzo nel formato dell'indirizzo postale.
|
addressComponents[] |
object (GeocodeResult.AddressComponent )
Componenti ripetuti per ogni livello di località.
|
postalCodeLocalities[] |
object (LocalizedText )
Elenco completo delle località contenute nel codice postale. Questo campo viene compilato solo quando il risultato è di tipo "postal_code".
|
types[] |
string
Un insieme di tag di tipo per questo risultato. Ad esempio, "political" e "administrative_area". Per l'elenco completo dei valori possibili, consulta la tabella A e la tabella B all'indirizzo https://developers.google.com/maps/documentation/places/web-service/place-types.
|
plusCode |
object (PlusCode )
Plus Code della posizione in questo geocodice.
|
GeocodeResult.AddressComponent
I componenti strutturati che formano l'indirizzo formattato, se queste informazioni sono disponibili.
Rappresentazione JSON |
{
"longText": string,
"shortText": string,
"types": [
string
],
"languageCode": string
} |
Campi |
longText |
string
La descrizione o il nome completo del componente dell'indirizzo. Ad esempio, un componente dell'indirizzo per il paese Australia potrebbe avere il nome lungo "Australia".
|
shortText |
string
Un nome testuale abbreviato per il componente dell'indirizzo, se disponibile. Ad esempio, un componente dell'indirizzo per il paese Australia potrebbe avere il nome breve "AU".
|
types[] |
string
Un array che indica il tipo o i tipi di componente dell'indirizzo. Per maggiori dettagli, consulta la pagina https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types.
|
languageCode |
string
La lingua utilizzata per formattare questi componenti, nella notazione CLDR.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-08-31 UTC.
[null,null,["Ultimo aggiornamento 2025-08-31 UTC."],[],[],null,["# GeocodeResult\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [GeocodeResult.AddressComponent](#GeocodeResult.AddressComponent)\n - [JSON representation](#GeocodeResult.AddressComponent.SCHEMA_REPRESENTATION)\n\nA geocode result contains geographic information about a place.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"place\": string, \"placeId\": string, \"location\": { object (/maps/documentation/geocoding/reference/rest/Shared.Types/LatLng) }, \"granularity\": enum (/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult.Granularity), \"viewport\": { object (/maps/documentation/geocoding/reference/rest/v4beta/Viewport) }, \"bounds\": { object (/maps/documentation/geocoding/reference/rest/v4beta/Viewport) }, \"formattedAddress\": string, \"postalAddress\": { object (/maps/documentation/geocoding/reference/rest/Shared.Types/PostalAddress) }, \"addressComponents\": [ { object (/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#GeocodeResult.AddressComponent) } ], \"postalCodeLocalities\": [ { object (/maps/documentation/geocoding/reference/rest/Shared.Types/LocalizedText) } ], \"types\": [ string ], \"plusCode\": { object (/maps/documentation/geocoding/reference/rest/v4beta/PlusCode) } } ``` |\n\n| Fields ||\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `place` | `string` The fully qualified place identifier for this result. In the format of \"//places.googleapis.com/places/{placeID}\". See \u003chttps://developers.google.com/maps/documentation/places/web-service/place-id\u003e. for more details. |\n| `placeId` | `string` The place ID for this result. |\n| `location` | `object (`[LatLng](/maps/documentation/geocoding/reference/rest/Shared.Types/LatLng)`)` The latlng of this address. |\n| `granularity` | `enum (`[GeocodeResult.Granularity](/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult.Granularity)`)` The granularity of the location. |\n| `viewport` | `object (`[Viewport](/maps/documentation/geocoding/reference/rest/v4beta/Viewport)`)` A viewport suitable for displaying the geocode result. |\n| `bounds` | `object (`[Viewport](/maps/documentation/geocoding/reference/rest/v4beta/Viewport)`)` A bounding box for the address. |\n| `formattedAddress` | `string` The one line formatted address. |\n| `postalAddress` | `object (`[PostalAddress](/maps/documentation/geocoding/reference/rest/Shared.Types/PostalAddress)`)` The address in postal address format. |\n| `addressComponents[]` | `object (`[GeocodeResult.AddressComponent](/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#GeocodeResult.AddressComponent)`)` Repeated components for each locality level. |\n| `postalCodeLocalities[]` | `object (`[LocalizedText](/maps/documentation/geocoding/reference/rest/Shared.Types/LocalizedText)`)` Complete list of localities contained in the postal code. This is only populated when the result is of type \"postal_code\". |\n| `types[]` | `string` A set of type tags for this result. For example, \"political\" and \"administrative_area\". For the complete list of possible values, see Table A and Table B at \u003chttps://developers.google.com/maps/documentation/places/web-service/place-types\u003e. |\n| `plusCode` | `object (`[PlusCode](/maps/documentation/geocoding/reference/rest/v4beta/PlusCode)`)` Plus code of the location in this geocode. |\n\nGeocodeResult.AddressComponent\n------------------------------\n\nThe structured components that form the formatted address, if this information is available.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------|\n| ``` { \"longText\": string, \"shortText\": string, \"types\": [ string ], \"languageCode\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `longText` | `string` The full text description or name of the address component. For example, an address component for the country Australia may have a long name of \"Australia\". |\n| `shortText` | `string` An abbreviated textual name for the address component, if available. For example, an address component for the country of Australia may have a short name of \"AU\". |\n| `types[]` | `string` An array indicating the type(s) of the address component. See \u003chttps://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types\u003e for more details. |\n| `languageCode` | `string` The language used to format this components, in CLDR notation. |"]]