BingLocationInformation.BoundingBox Property
Gets or sets the bounding box containing the search result of Bing locations.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
[DefaultValue(null)]
public SearchBoundingBox BoundingBox { get; set; }
<DefaultValue(Nothing)>
Public Property BoundingBox As SearchBoundingBox
Property Value
Type | Default | Description |
---|---|---|
SearchBoundingBox | null |
A SearchBoundingBox object. |
See Also
Feedback