Class
Point

Point DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Point : Shape

Inheritance: objectShapePoint

Inherited Members Shape.BoundingBox

Constructors

Point()

Declaration

cs-api-definition
public Point()

Properties

CalculationMethod

Gets or sets the CalculationMethod.

Declaration

cs-api-definition
[DataMember(Name = "calculationMethod", EmitDefaultValue = false)]
public string CalculationMethod { get; set; }

Property Value

string

Coordinates

Gets or sets the Latitude / Longitude coordinates.

Declaration

cs-api-definition
[DataMember(Name = "coordinates", EmitDefaultValue = false)]
public double[] Coordinates { get; set; }

Property Value

double[]

Type

Gets or sets the Point.

Declaration

cs-api-definition
[DataMember(Name = "type", EmitDefaultValue = false)]
public string Type { get; set; }

Property Value

string

UsageTypes

Gets or sets the UsageTypes.

Declaration

cs-api-definition
[DataMember(Name = "usageTypes", EmitDefaultValue = false)]
public string[] UsageTypes { get; set; }

Property Value

string[]