doogal.co.uk Home
Gets the latitude in degrees.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public double Latitude { get; }
Public ReadOnly Property Latitude As Double
Get
public:
property double Latitude {
double get ();
}
member Latitude : float with get
Property Value
Type:
DoubleThe latitude in degrees.
See Also