For Developers
Address
A representation of the location of something in the world.
Properties
Property | Type | Description |
---|---|---|
street | string | The first line of the address. |
unit | string | The second line of the address. |
postal_code | string | The postal code. |
city | string | The city. |
state | string | The state. |
country | string | The country. |
phone | string | The phone number. |
latitude | number | The latitude. |
longitude | number | The longitude. |