Class BoundingBox
Inheritance
System.Object
BoundingBox
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BoundingBox : Object
Constructors
BoundingBox()
Declaration
public BoundingBox()
Properties
EastLongitude
Declaration
public double EastLongitude { get; set; }
Property Value
System.
|
NorthLatitude
Declaration
public double NorthLatitude { get; set; }
Property Value
System.
|
SouthLatitude
Declaration
public double SouthLatitude { get; set; }
Property Value
System.
|
WestLongitude
Declaration
public double WestLongitude { get; set; }
Property Value
System.
|