Enum GeoCoordinateFormat
Enumeration offering the choice of literal values of a GeoCoordinate object when using ToString()
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public enum GeoCoordinateFormat : int
Fields
Name | Description |
---|---|
DecimalDms | Decimal Lat/Long |
DegreesMinutesSecondsNoSymbols | Degrees, Minutes and Seconds with no symbols, whitespace separator |
DegreesMinutesSecondsWithSymbols | Degrees, Minutes and Seconds with symbols |