League\Geotools\Geotools::batch PHP Method

batch() public method

{@inheritDoc}
public batch ( Geocoder $geocoder )
$geocoder Geocoder\Geocoder
    public function batch(Geocoder $geocoder)
    {
        return new Batch($geocoder);
    }