League\Geotools\Distance\Distance::setTo PHP Méthode

setTo() public méthode

{@inheritDoc}
public setTo ( League\Geotools\Coordinate\CoordinateInterface $to )
$to League\Geotools\Coordinate\CoordinateInterface
    public function setTo(CoordinateInterface $to)
    {
        $this->to = $to;
        return $this;
    }