League\Geotools\Convert\Convert::__construct PHP Method

__construct() public method

Set the coordinate to convert.
public __construct ( League\Geotools\Coordinate\CoordinateInterface $coordinates )
$coordinates League\Geotools\Coordinate\CoordinateInterface The coordinate to convert.
    public function __construct(CoordinateInterface $coordinates)
    {
        $this->coordinates = $coordinates;
    }