ClassBoundingBox
Class
BoundingBox 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 BoundingBox
Inheritance: objectBoundingBox
Constructors
BoundingBox()
Declaration
cs-api-definition
public BoundingBox()
Properties
EastLongitude
Gets or sets the EastLongitude.
Declaration
cs-api-definition
[DataMember(Name = "eastLongitude", EmitDefaultValue = false)]
public double EastLongitude { get; set; }
Property Value
NorthLatitude
Gets or sets the NorthLatitude.
Declaration
cs-api-definition
[DataMember(Name = "northLatitude", EmitDefaultValue = false)]
public double NorthLatitude { get; set; }
Property Value
SouthLatitude
Gets or sets the SouthLatitude.
Declaration
cs-api-definition
[DataMember(Name = "southLatitude", EmitDefaultValue = false)]
public double SouthLatitude { get; set; }
Property Value
WestLongitude
Gets or sets the WestLongitude.
Declaration
cs-api-definition
[DataMember(Name = "westLongitude", EmitDefaultValue = false)]
public double WestLongitude { get; set; }
Property Value