Gets the latitude degrees.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public int LatitudeDegrees { get; }
Visual Basic (Declaration)
Public ReadOnly Property LatitudeDegrees As Integer
Visual C++
public:
property int LatitudeDegrees {
	int get ();
}

Field Value

The latitude degrees.

See Also