Gets or sets the google maps Latitude. This property is used if EnableGeoCordinates property is enabled.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public double Latitude { get; set; }
Visual Basic
Public Property Latitude As Double
	Get
	Set
Visual C++
public:
property double Latitude {
	double get ();
	void set (double value);
}
F#
member Latitude : float with get, set

Property Value

Type: Double

See Also