AirLay backend

SearchEngine

Table of Contents

geocode()  : null|array<string|int, float>
normalizeValue()  : string
reverseGeocode()  : string|null

Methods

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

Search results