BingLocationInformation.Confidence Property
In This Article
Get or sets the confidence level of the geocoded location search results.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public BingConfidence Confidence { get; set; }
#Property Value
Type | Description |
---|---|
Bing |
A Bing |
Available values:
Name | Description |
---|---|
High | Reliable matches were found. |
Medium | Fuzzy matches were found. |
Low | Matches were not found. |
See Also