Méthode | Description | |
---|---|---|
__construct ( Http\Client\HttpClient $client, string $sourceCountry = null, boolean $useSsl = false ) | ||
geocode ( $address ) | {@inheritDoc} | |
getName ( ) | {@inheritDoc} | |
reverse ( $latitude, $longitude ) | {@inheritDoc} |
Méthode | Description | |
---|---|---|
buildQuery ( string $query ) | ||
executeQuery ( string $query ) |
public __construct ( Http\Client\HttpClient $client, string $sourceCountry = null, boolean $useSsl = false ) | ||
$client | Http\Client\HttpClient | An HTTP adapter |
$sourceCountry | string | Country biasing (optional) |
$useSsl | boolean | Whether to use an SSL connection (optional) |