Converts latitude specified in arc degrees, minutes, seconds, 'N'/'S' to its representation as a double value.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public static double Latitude ( |
Visual Basic Copy Code |
---|
Public Shared Function Latitude( _ |
Specifies the latitude arc degrees.
Specifies the latitude arc minutes.
Specifies the latitude arc seconds.
A char value specifying 'N' for north or 'S' for south.
A double value representing the specified latitude.