PostalAddress
ชื่อประเภท: PostalAddress
ขยาย ContactPoint
ชื่อ |
ประเภท |
คำอธิบาย |
ประเทศที่อยู่ |
ประเทศ |
ประเทศ เช่น USA คุณยังระบุรหัสประเทศ ISO 3166-1 alpha-2 ที่เป็นอักษร 2 ตัวได้ด้วย |
ที่อยู่ในท้องถิ่น |
Text |
ย่าน เช่น Mountain View |
ภูมิภาคที่อยู่ |
Text |
ภูมิภาค เช่น CA |
รหัสไปรษณีย์ |
Text |
รหัสไปรษณีย์ เช่น 94043 |
หมายเลขตู้ไปรษณีย์ |
Text |
หมายเลขตู้ไปรษณีย์สําหรับที่อยู่ตู้ไปรษณีย์ |
ที่อยู่ |
Text |
ที่อยู่ เช่น 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"]]