Method | Description | |
---|---|---|
__construct ( Http\Client\HttpClient $client, string $apiKey, string $locale = null ) | ||
geocode ( $address ) | {@inheritDoc} | |
getName ( ) | {@inheritDoc} | |
reverse ( $latitude, $longitude ) | {@inheritDoc} |
Method | Description | |
---|---|---|
executeQuery ( string $query ) | ||
getResultArray ( SimpleXmlElement $data ) |
public __construct ( Http\Client\HttpClient $client, string $apiKey, string $locale = null ) | ||
$client | Http\Client\HttpClient | An HTTP adapter. |
$apiKey | string | An API key. |
$locale | string | A locale (optional). |