Back to Devexpress

BingLocationInformation.Confidence Property

windowsforms-devexpress-dot-xtramap-dot-binglocationinformation.md

latest1.5 KB
Original Source

BingLocationInformation.Confidence Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(BingConfidence.High)]
public BingConfidence Confidence { get; set; }
vb
<DefaultValue(BingConfidence.High)>
Public Property Confidence As BingConfidence

Property Value

TypeDefaultDescription
BingConfidenceHigh

A BingConfidence value.

|

Available values:

NameDescription
High

Reliable matches were found.

| | Medium |

Fuzzy matches were found.

| | Low |

Matches were not found.

|

See Also

Migrate from Bing Maps to Azure Maps Providers

BingLocationInformation Class

BingLocationInformation Members

DevExpress.XtraMap Namespace