Class BoundingBox
BoundingBox DataContract class.
Inheritance
System.Object
BoundingBox
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BoundingBox : Object
Constructors
BoundingBox()
Declaration
public BoundingBox()
Properties
EastLongitude
Gets or sets the EastLongitude.
Declaration
public double EastLongitude { get; set; }
Property Value
System.Double
|
NorthLatitude
Gets or sets the NorthLatitude.
Declaration
public double NorthLatitude { get; set; }
Property Value
System.Double
|
SouthLatitude
Gets or sets the SouthLatitude.
Declaration
public double SouthLatitude { get; set; }
Property Value
System.Double
|
WestLongitude
Gets or sets the WestLongitude.
Declaration
public double WestLongitude { get; set; }
Property Value
System.Double
|