Link Search Menu Expand Document

Constructor: geoPointAddress

Back to constructors index

Address optionally associated to a geoPoint.

Attributes:

NameTypeRequiredDescription
country_iso2stringYesTwo-letter ISO 3166-1 alpha-2 country code
statestringOptionalState
citystringOptionalCity
streetstringOptionalStreet

Type: GeoPointAddress

Example:

$geoPointAddress = ['_' => 'geoPointAddress', 'country_iso2' => 'string', 'state' => 'string', 'city' => 'string', 'street' => 'string'];