[]
        
(Showing Draft Content)

C1.WPF.Maps.LongLatFormat

LongLatFormat Enum

Defines different string representations of geographic coordinates.

Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public enum LongLatFormat

Fields

Name 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.