Method | Description | |
---|---|---|
__construct ( Http\Client\HttpClient $client, string $apiKey, string $service = self::CITY_EXTENDED_SERVICE, boolean $useSsl = false ) | ||
geocode ( $address ) | {@inheritDoc} | |
getName ( ) | {@inheritDoc} | |
reverse ( $latitude, $longitude ) | {@inheritDoc} |
Method | Description | |
---|---|---|
countryCodeToCountryName ( $code ) | ||
executeQuery ( string $query ) | ||
fieldsForService ( string $service ) : string[] | We do not support Country and City services because they do not return much fields. | |
getCountryNames ( ) : array | ||
replaceAdmins ( $data ) |
public __construct ( Http\Client\HttpClient $client, string $apiKey, string $service = self::CITY_EXTENDED_SERVICE, boolean $useSsl = false ) | ||
$client | Http\Client\HttpClient | An HTTP adapter. |
$apiKey | string | An API key. |
$service | string | The specific Maxmind service to use (optional). |
$useSsl | boolean | Whether to use an SSL connection (optional). |