League\Geotools\Batch\BatchInterface::geocode PHP Méthode

geocode() public méthode

If a provider throws an exception it will return an empty AddressCollection.
public geocode ( string | array $values ) : League\Geotools\Batch\BatchInterface
$values string | array A value or an array of values to geocode.
Résultat League\Geotools\Batch\BatchInterface
    public function geocode($values);