Class LocationFormat
This enumeration specifies format is used to represent location as string.
Inheritance
System.Object
LocationFormat
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class LocationFormat : Enum
Fields
Geographical
The location coordinates (latitude/longitude) will be represented as degrees - minutes - seconds.
Declaration
public const LocationFormat Geographical
Field Value
LocationFormat
|
Number
The location coordinates (latitude/longitude) will be represented as double number.
Declaration
public const LocationFormat Number
Field Value
LocationFormat
|
value__
Declaration
public int value__
Field Value
System.Int32
|