PostalAddress
タイプ名: PostAddress
ContactPoint を拡張します。
氏名 |
型 |
説明 |
addressCountry(住所の国) |
国 |
国。例: USA2 文字の ISO 3166-1 alpha-2 国コードを指定することもできます。 |
住所の地域 |
テキスト |
地名。(例: Mountain View)。 |
addressRegion(住所の地域) |
テキスト |
地域。例: CA |
郵便番号 |
テキスト |
郵便番号。例: 94043 |
事務所の番号 |
テキスト |
私書箱の住所の私書箱番号。 |
StreetAddress |
テキスト |
番地。例: 「1600 Amphitheatre Pkwy」 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 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."]]],["The `PostalAddress` type, extending `ContactPoint`, defines address components. Key information includes: `addressCountry` (country, using ISO 3166-1 alpha-2 codes), `addressLocality` (city), `addressRegion` (state/region), `postalCode` (zip code), `postOfficeBoxNumber` (PO box), and `streetAddress` (street number and name). These fields store textual data representing geographical location details necessary for a complete postal address.\n"]]