Class Point
Point DataContract class.
Inherited Members
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Point : Shape
Constructors
Point()
Declaration
public Point()
Properties
CalculationMethod
Gets or sets the CalculationMethod.
Declaration
public string CalculationMethod { get; set; }
Property Value
System.String
|
Coordinates
Gets or sets the Latitude / Longitude coordinates.
Declaration
public double[] Coordinates { get; set; }
Property Value
System.Double[]
|
Type
Gets or sets the Point.
Declaration
public string Type { get; set; }
Property Value
System.String
|
UsageTypes
Gets or sets the UsageTypes.
Declaration
public string[] UsageTypes { get; set; }
Property Value
System.String[]
|