LocationFormat
Enum
This enumeration specifies format is used to represent location as string.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum LocationFormat
Fields
The location coordinates (latitude/longitude) will be represented as degrees - minutes - seconds.
C#
Geographical = 0
The location coordinates (latitude/longitude) will be represented as double number.
C#
Number = 1