Gets the longitude in degrees.
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public double Longitude { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Longitude As Double |
| Visual C++ |
|---|
public: property double Longitude { double get (); } |