Gets the latitude seconds.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public double LatitudeSeconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property LatitudeSeconds As Double
Visual C++
public:
property double LatitudeSeconds {
	double get ();
}

Field Value

The latitude seconds.

See Also