Link Search Menu Expand Document

Constructor: geoPointAddress

Back to constructors index

Attributes:

NameTypeRequired
country_iso2stringYes
statestringOptional
citystringOptional
streetstringOptional

Type: GeoPointAddress

Example:

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