BoundingBox
Class
BoundingBox DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BoundingBox
Inheritance: objectBoundingBox
Constructors
C#
public BoundingBox()
Properties
Gets or sets the EastLongitude.
C#
[DataMember(Name = "eastLongitude", EmitDefaultValue = false)]
public double EastLongitude { get; set; }
Gets or sets the NorthLatitude.
C#
[DataMember(Name = "northLatitude", EmitDefaultValue = false)]
public double NorthLatitude { get; set; }
Gets or sets the SouthLatitude.
C#
[DataMember(Name = "southLatitude", EmitDefaultValue = false)]
public double SouthLatitude { get; set; }
Gets or sets the WestLongitude.
C#
[DataMember(Name = "westLongitude", EmitDefaultValue = false)]
public double WestLongitude { get; set; }