Skip to main content

BingLocationInformation.BoundingBox Property

Gets or sets the bounding box containing the search result of Bing locations.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public SearchBoundingBox BoundingBox { get; set; }

Property Value

Type Default Description
SearchBoundingBox null

A SearchBoundingBox object.

See Also