trait AddressSaveTrait

Properties

protected bool $streetParsing Optional param to indicate you want the street_address field parsed into individual params
protected bool $skipGeocode Optional param to indicate you want to skip geocoding (useful when importing a lot of addresses at once, the job Geocode and Parse Addresses can execute this task after the import)
protected bool $fixAddress When true, apply various fixes to the address before insert.

Methods

writeObjects($items)

No description

bool
getStreetParsing()

No description

bool
getSkipGeocode()

No description

bool
getFixAddress()

No description

Details

at line 75
protected writeObjects($items)

Parameters

$items

at line 49
bool getStreetParsing()

Return Value

bool

at line 49
bool getSkipGeocode()

Return Value

bool

at line 49
bool getFixAddress()

Return Value

bool