C1.WPF.Maps Namespace : LongLatFormat Enumeration |
'Declaration
Public Enum LongLatFormat Inherits System.Enum
public enum LongLatFormat : System.Enum
Member | Description |
---|---|
DegreesMinutes | Represents a geographic coordinate as pair of values in degrees, minutes and hemisphere. Example: 18°35.438'N 14°15.314'W |
DegreesMinutesSeconds | Represents a geographic coordinate as pair of values in degrees, minutes, seconds and hemisphere. Example: 18°35'20.07"N 14°15'48.77"W |
SignedDegrees | Represents a geographic coordinate as a comma separated pair of signed numbers. |
System.Object
System.ValueType
System.Enum
C1.WPF.Maps.LongLatFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2