[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-13(UTC)"],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AddressComponent](#AddressComponent)\n - [JSON representation](#AddressComponent.SCHEMA_REPRESENTATION)\n- [LocalizedText](#LocalizedText)\n - [JSON representation](#LocalizedText.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/v4beta/LatLng) }, \"granularity\": enum (/maps/documentation/geocoding/reference/rest/v4beta/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/v4beta/PostalAddress) }, \"addressComponents\": [ { object (/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#AddressComponent) } ], \"postalCodeLocalities\": [ { object (/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#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/v4beta/LatLng)`)` The latlng of this address. |\n| `granularity` | `enum (`[Granularity](/maps/documentation/geocoding/reference/rest/v4beta/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/v4beta/PostalAddress)`)` The address in postal address format. |\n| `addressComponents[]` | `object (`[AddressComponent](/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#AddressComponent)`)` Repeated components for each locality level. |\n| `postalCodeLocalities[]` | `object (`[LocalizedText](/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#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\nAddressComponent The 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. |\n\nLocalizedText Localized variant of a text in a particular language.\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"text\": string, \"languageCode\": string } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `text` | `string` Localized string in the language corresponding to [languageCode](/maps/documentation/geocoding/reference/rest/v4beta/GeocodeResult#LocalizedText.FIELDS.language_code) below. |\n| `languageCode` | `string` The text's BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see \u003chttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier\u003e. |"]]