Exif\Location::lat PHP Method

lat() public method

Returns the latitude
public lat ( ) : float
return float
    public function lat()
    {
        return $this->lat;
    }