CRM_Utils_Geocode_TestProvider
Table of Contents
Constants
-
ADDRESS
= '600 Pennsylvania Avenue NW, Washington'
-
GEO_CODE_1
= '38.897957'
-
GEO_CODE_2
= '-77.036560'
Methods
-
format()
: mixed
-
getCoordinates()
: array<string|int, mixed>
ADDRESS
public
mixed
ADDRESS
= '600 Pennsylvania Avenue NW, Washington'
GEO_CODE_1
public
mixed
GEO_CODE_1
= '38.897957'
GEO_CODE_2
public
mixed
GEO_CODE_2
= '-77.036560'
public
static format(mixed &$values[, mixed $stateName = FALSE ]) : mixed
Parameters
-
$values
: mixed
-
-
$stateName
: mixed
= FALSE
-
getCoordinates()
public
static getCoordinates(mixed $address) : array<string|int, mixed>
Parameters
-
$address
: mixed
-
Return values
array<string|int, mixed>