Treffynnon\Navigator\Coordinate::__toString PHP Method

__toString() public method

Used when a coordinate value is used as a string. This uses the parser to output a human readable format converted from the radian value held in $this->coordinate
public __toString ( ) : string
return string
    public function __toString()
    {
        return (string) $this->getParser()->get($this->get());
    }