PostalAddress
유형 이름: postalAddress
ContactPoint를 확장합니다.
이름 |
유형 |
설명 |
addressCountry |
국가 |
국가 예: 미국 두 글자로 된 ISO 3166-1 alpha-2 국가 코드를 제공할 수도 있습니다. |
addressLocality |
텍스트 |
지역입니다. 예: 마운틴 뷰 |
addressRegion |
텍스트 |
지역입니다. 예: CA |
우편번호 |
텍스트 |
우편번호입니다. 예: 94043 |
사서함 번호 |
텍스트 |
사서함 주소의 사서함 번호입니다. |
번지 |
텍스트 |
상세 주소입니다. 예: 1600 Amphitheatre Pkwy. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]