SearchBoundingBox(Double, Double, Double, Double) Constructor
Initializes a new instance of the SearchBoundingBox class with the specified coordinates of its corners.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public SearchBoundingBox(
double westLongitude,
double northLatitude,
double eastLongitude,
double southLatitude
)
Parameters
| Name | Type | Description |
|---|---|---|
| westLongitude | Double | A Double value specifying the west longitude. This value is assigned to the SearchBoundingBox.WestLongitude property. |
| northLatitude | Double | A Double value specifying the north latitude. This value is assigned to the SearchBoundingBox.NorthLatitude property. |
| eastLongitude | Double | A Double value specifying the east longitude. This value is assigned to the SearchBoundingBox.EastLongitude property. |
| southLatitude | Double | A Double value specifying the south latitude. This value is assigned to the SearchBoundingBox.SouthLatitude property. |
See Also