Skip to main content
A newer version of this page is available. .

BingLocationInformation.BoundingBox Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

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

Property Value

Type Default Description
SearchBoundingBox *null*

A SearchBoundingBox object.

See Also