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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingConfidence Confidence { get; set; }

Property Value

Type Description
BingConfidence

A BingConfidence value.

Available values:

Name Description
High

Reliable matches were found.

Medium

Fuzzy matches were found.

Low

Matches were not found.

See Also