LongLatLongitude Property |
Gets the longitude: a number between -180 and 180 (both inclusive)
representing the West/East coordinate, zeroed on a line passing to the
rear of the Royal Observatory, Greenwich (near London in the UK).
Namespace: DegreeDays.GeoAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public double Longitude { get; }
Public ReadOnly Property Longitude As Double
Get
Property Value
DoubleRemarks
Negative values are to the West of the line passing through Greenwich
(e.g. locations in the US all have negative longitude values); positive
values are to the East of that line.
See Also