LatLngLatitudeDegrees Property |
doogal.co.uk Home
Gets the latitude degrees.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public int LatitudeDegrees { get; }
Public ReadOnly Property LatitudeDegrees As Integer
Get
public:
property int LatitudeDegrees {
int get ();
}
member LatitudeDegrees : int with get
Property Value
Type:
Int32The latitude degrees.
See Also