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

reverse() public method

If a provider throws an exception it will return an empty AddressCollection.
public reverse ( League\Geotools\Coordinate\CoordinateInterface | array $coordinates ) : League\Geotools\Batch\BatchInterface
$coordinates League\Geotools\Coordinate\CoordinateInterface | array A coordinate or an array of coordinates to reverse.
return League\Geotools\Batch\BatchInterface
    public function reverse($coordinates);