Longitude (lambda) in radian

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double Longitude { get; set; }
Public Property Longitude As Double
	Get
	Set
public:
property double Longitude {
	double get ();
	void set (double value);
}

See Also