Exif\Location::lng PHP Метод

lng() публичный Метод

Returns the longitude
public lng ( ) : float
Результат float
    public function lng()
    {
        return $this->lng;
    }