PHP Class Geocoder\Provider\ArcGISOnline

Author: ALKOUM Dorian ([email protected])
Inheritance: extends AbstractHttpProvider, implements Geocoder\Provider\Provider
Afficher le fichier Open project: willdurand/geocoder Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Http\Client\HttpClient $client, string $sourceCountry = null, boolean $useSsl = false )
geocode ( $address ) {@inheritDoc}
getName ( ) {@inheritDoc}
reverse ( $latitude, $longitude ) {@inheritDoc}

Private Methods

Méthode Description
buildQuery ( string $query )
executeQuery ( string $query )

Method Details

__construct() public méthode

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)

geocode() public méthode

{@inheritDoc}
public geocode ( $address )

getName() public méthode

{@inheritDoc}
public getName ( )

reverse() public méthode

{@inheritDoc}
public reverse ( $latitude, $longitude )