Back to Devexpress

BingLocationInformation.Confidence Property

wpf-devexpress-dot-xpf-dot-map-dot-binglocationinformation.md

latest1.2 KB
Original Source

BingLocationInformation.Confidence Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public BingConfidence Confidence { get; set; }
vb
Public Property Confidence As BingConfidence

Property Value

TypeDescription
BingConfidence

A BingConfidence value.

|

Available values:

NameDescription
High

Reliable matches were found.

| | Medium |

Fuzzy matches were found.

| | Low |

Matches were not found.

|

See Also

BingLocationInformation Class

BingLocationInformation Members

DevExpress.Xpf.Map Namespace