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