PostalAddress
Type name: PostalAddress
Extends ContactPoint
Name |
Type |
Description |
addressCountry |
Country |
The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. |
addressLocality |
Text |
The locality. For example, Mountain View. |
addressRegion |
Text |
The region. For example, CA. |
postalCode |
Text |
The postal code. For example, 94043. |
postOfficeBoxNumber |
Text |
The post office box number for PO box addresses. |
streetAddress |
Text |
The street address. For example, 1600 Amphitheatre Pkwy. |
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 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`PostalAddress` is a data type used to specify a physical mailing address, extending the broader `ContactPoint` type."],["It includes fields for country, locality, region, postal code, post office box number, and street address, providing detailed location information."],["The `PostalAddress` type allows for specifying address components using standard formats like ISO 3166-1 alpha-2 country codes."]]],[]]