BingLocationInformation.MatchCode Property
In This Article
Gets or sets the confidence level of the Bing location on the map.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public BingMatchCode MatchCode { get; set; }
#Property Value
Type | Description |
---|---|
Bing |
A Bing |
Available values:
Name | Description |
---|---|
Good | The requested location has a reliable match. |
Ambiguous | The requested location has several suitable equal matches. |
Up |
Reliable matches are not found. |
See Also