Table of Contents
-
geocode()
: null|array<string|int, float>
-
normalizeValue()
: string
-
reverseGeocode()
: string|null
geocode()
public
geocode(string $value) : null|array<string|int, float>
Parameters
-
$value
: string
-
Return values
null|array<string|int, float>
—
normalizeValue()
public
normalizeValue(string $value) : string
Parameters
-
$value
: string
-
Return values
string
—
reverseGeocode()
public
reverseGeocode(int|float $lat, int|float $lon) : string|null
Parameters
-
$lat
: int|float
-
-
$lon
: int|float
-
Return values
string|null
—