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

BingLocationInformation.Confidence Property

Get or sets the confidence level of the geocoded location search results.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(BingConfidence.High)]
public BingConfidence Confidence { get; set; }

Property Value

Type Default Description
BingConfidence High

A BingConfidence value.

Available values:

Name Description
High

Reliable matches were found.

Medium

Fuzzy matches were found.

Low

Matches were not found.

See Also