Builder to construct an Indexable for
a postal address.
The postal address can only be used as a parameter of other builders, and it cannot be
passed to
update(Indexable...) directly.
For reference, see: //schema.org/PostalAddress.
| PostalAddressBuilder | |
| PostalAddressBuilder | |
| PostalAddressBuilder | |
| PostalAddressBuilder |
Sets the country of the address.
| country | The country. For example, "USA". |
|---|
Sets the locality of the address.
| addressLocality | The locality. For example, "Mountain View". |
|---|
Sets the postal code of the address.
| postalCode | The postal code. For example, "94043". |
|---|
Sets the street address.
| streetAddress | The street address. For example, "1600 Amphitheatre Pkwy". |
|---|