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