Gets or sets the latitude coordinate in degrees.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also