BingLocationInformation.Confidence Property
Get or sets the confidence level of the geocoded location search results.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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