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