League\Geotools\Batch\BatchInterface::geocode PHP 메소드

geocode() 공개 메소드

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