Interface protos.google.type.IPostalAddress (1.0.1)
Properties of a PostalAddress.
Package
@googlemaps/addressvalidation
Properties
addressLines
addressLines?: (string[]|null);
PostalAddress addressLines
administrativeArea
administrativeArea?: (string|null);
PostalAddress administrativeArea
languageCode
languageCode?: (string|null);
PostalAddress languageCode
locality
locality?: (string|null);
organization
organization?: (string|null);
PostalAddress organization
postalCode
postalCode?: (string|null);
recipients
recipients?: (string[]|null);
regionCode
regionCode?: (string|null);
revision
revision?: (number|null);
sortingCode
sortingCode?: (string|null);
PostalAddress sortingCode
sublocality
sublocality?: (string|null);
PostalAddress sublocality
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-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.type.IPostalAddress (1.0.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.1 (latest)](/nodejs/docs/reference/addressvalidation/latest/addressvalidation/protos.google.type.ipostaladdress)\n- [0.1.0](/nodejs/docs/reference/addressvalidation/0.1.0/addressvalidation/protos.google.type.ipostaladdress) \nProperties of a PostalAddress.\n\nPackage\n-------\n\n[@googlemaps/addressvalidation](../overview.html)\n\nProperties\n----------\n\n### addressLines\n\n addressLines?: (string[]|null);\n\nPostalAddress addressLines\n\n### administrativeArea\n\n administrativeArea?: (string|null);\n\nPostalAddress administrativeArea\n\n### languageCode\n\n languageCode?: (string|null);\n\nPostalAddress languageCode\n\n### locality\n\n locality?: (string|null);\n\nPostalAddress locality\n\n### organization\n\n organization?: (string|null);\n\nPostalAddress organization\n\n### postalCode\n\n postalCode?: (string|null);\n\nPostalAddress postalCode\n\n### recipients\n\n recipients?: (string[]|null);\n\nPostalAddress recipients\n\n### regionCode\n\n regionCode?: (string|null);\n\nPostalAddress regionCode\n\n### revision\n\n revision?: (number|null);\n\nPostalAddress revision\n\n### sortingCode\n\n sortingCode?: (string|null);\n\nPostalAddress sortingCode\n\n### sublocality\n\n sublocality?: (string|null);\n\nPostalAddress sublocality"]]