League\Geotools\Batch\BatchInterface::geocode PHP Method

geocode() public method

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.
return League\Geotools\Batch\BatchInterface
    public function geocode($values);