GeocodeLocationResponse
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
results[] |
object (GeocodeResult )
The geocoding result.
|
plusCode |
object (PlusCode )
Plus code of the location in the request.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[],null,["# GeocodeLocationResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for [GeocodeService.GeocodeLocation](/maps/documentation/geocoding/reference/rest/v4beta/geocode.location/geocodeLocation#google.maps.geocode.v4beta.GeocodeService.GeocodeLocation).\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"results\": [ { object (/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult) } ], \"plusCode\": { object (/maps/documentation/geocoding/reference/rest/v4beta/PlusCode) } } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `results[]` | `object (`[GeocodeResult](/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult)`)` The geocoding result. |\n| `plusCode` | `object (`[PlusCode](/maps/documentation/geocoding/reference/rest/v4beta/PlusCode)`)` Plus code of the location in the request. |"]]