Class LatLonType
To specify the latitude and longitude type.
Inheritance
System.Object
LatLonType
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public sealed class LatLonType : Enum
Fields
Decimal
Decimal degrees format.
Declaration
public const LatLonType Decimal
Field Value
| Type |
|---|
| LatLonType |
DMS
Degrees, Minutes, and Seconds (DMS) format.
Declaration
public const LatLonType DMS
Field Value
| Type |
|---|
| LatLonType |