PostalAddress
Tür adı: PostalAddress
ContactPoint'i genişletir
Ad |
Tür |
Açıklama |
adresÜlkesi |
Ülke |
Ülke. Örneğin, Türkiye. İki harfli ISO 3166-1 alfa-2 ülke kodunu da sağlayabilirsiniz. |
adresŞehir |
Text |
Şehir. Örneğin, Mountain View. |
adresBölgesi |
Text |
Bölge. Örneğin, Kanada. |
Posta Kodu |
Text |
Posta kodu. Örneğin, 94043. |
postOfficeBoxNumarası |
Text |
Posta kutusu adresleri için posta kutusu numarası. |
AçıkAdres |
Text |
Açık adres. Örneğin, 1600 Amphitheatre Pkwy. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-03 UTC.
[null,null,["Son güncelleme tarihi: 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"]]