Defines different string representations of geographic coordinates.
Namespace:
C1.Phone.MapsAssembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
public enum LatLongFormat |
| Visual Basic |
|---|
Public Enumeration LatLongFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SignedDegrees | 0 | Represents a geographic coordinate as a comma separated pair of signed numbers. | |
| DegreesMinutes | 1 | Represents a geographic coordinate as pair of values in degrees, minutes and hemisphere. Example: 18°35.438'N 14°15.314'W | |
| DegreesMinutesSeconds | 2 | 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 |