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