Constructor: geoPointAddress
Address optionally associated to a geoPoint.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
country_iso2 | string | Yes | Two-letter ISO 3166-1 alpha-2 country code |
state | string | Optional | State |
city | string | Optional | City |
street | string | Optional | Street |
Type: GeoPointAddress
Example:
$geoPointAddress = ['_' => 'geoPointAddress', 'country_iso2' => 'string', 'state' => 'string', 'city' => 'string', 'street' => 'string'];