Exif\Location::toArray PHP Method

toArray() public method

Converts the object into a nicely readable array
public toArray ( ) : array
return array
    public function toArray()
    {
        return array('lat' => $this->lat(), 'lng' => $this->lng());
    }