Documentation

AddressFinder
in package

Configuration file: Config\Components\AddressFinder.

Table of Contents

$nominatimMapUrlCustomOptions  : mixed
Additional headers for connections with NominatimGeocoder API e.g.
nominatimRemapping()  : mixed
Main function to remapping fields for NominatimGeocoder. It should be function.
nominatimRemappingForCountry()  : mixed
Function to remapping fields in countries for Nominatim. It should be a function.
remappingOpenCage()  : mixed
The main function to remapping fields for OpenCage. It should be a function.
remappingOpenCageForCountry()  : mixed
Function to remapping fields in countries for OpenCage. It should be function.
yetiForceRemapping()  : mixed
Main function to remapping fields for YetiForceGeocoder. It should be a function.
yetiForceRemappingForCountry()  : mixed
Function to remapping fields in countries for YetiForceGeocoder. It should be a function.

Properties

$nominatimMapUrlCustomOptions

Additional headers for connections with NominatimGeocoder API e.g.

public static mixed $nominatimMapUrlCustomOptions = []

['auth' => ['username', 'password']] ['auth' => ['username', 'password', 'digest']] ['headers' => 'X-KAY' => 'key-x']

Methods

nominatimRemapping()

Main function to remapping fields for NominatimGeocoder. It should be function.

public static nominatimRemapping() : mixed
Return values
mixed

nominatimRemappingForCountry()

Function to remapping fields in countries for Nominatim. It should be a function.

public static nominatimRemappingForCountry() : mixed
Return values
mixed

remappingOpenCage()

The main function to remapping fields for OpenCage. It should be a function.

public static remappingOpenCage() : mixed
Return values
mixed

remappingOpenCageForCountry()

Function to remapping fields in countries for OpenCage. It should be function.

public static remappingOpenCageForCountry() : mixed
Return values
mixed

yetiForceRemapping()

Main function to remapping fields for YetiForceGeocoder. It should be a function.

public static yetiForceRemapping() : mixed
Return values
mixed

yetiForceRemappingForCountry()

Function to remapping fields in countries for YetiForceGeocoder. It should be a function.

public static yetiForceRemappingForCountry() : mixed
Return values
mixed

        

Search results