Defines different string representations of geographic coordinates.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public enum LatLongFormat
Visual Basic
Public Enumeration LatLongFormat

Members

Member nameValueDescription
SignedDegrees0 Represents a geographic coordinate as a comma separated pair of signed numbers.
DegreesMinutes1 Represents a geographic coordinate as pair of values in degrees, minutes and hemisphere. Example: 18°35.438'N 14°15.314'W
DegreesMinutesSeconds2 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

See Also