Newscoop\NewscoopBundle\ORM\Point::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return sprintf('POINT(%f %f)', $this->latitude, $this->longitude);
    }