ZylGPSReceiver Mobile

GPSPosition.DMSToDecimalDegrees Method 

Converts DMS (Degree/Minute/Second) to decimal degrees.

public static double DMSToDecimalDegrees(
   Int32 degree,
   Int32 minute,
   Double second,
   GPSPosition.CardinalPoint direction
);

Parameters

Int32
Degrees.
Int32
Minutes.
Double
Seconds.
GPSPosition.CardinalPoint
Direction.

Return Value

The value in decimal degrees.

See Also

GPSPosition Class | ZylGPSReceiverMobile Namespace