Back to Devexpress

BingLocationInformation.MatchCode Property

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

latest1.4 KB
Original Source

BingLocationInformation.MatchCode Property

Gets or sets the confidence level of the Bing location on the map.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public BingMatchCode MatchCode { get; set; }
vb
Public Property MatchCode As BingMatchCode

Property Value

TypeDescription
BingMatchCode

A BingMatchCode value.

|

Available values:

NameDescription
Good

The requested location has a reliable match.

| | Ambiguous |

The requested location has several suitable equal matches.

| | UpHierarchy |

Reliable matches are not found.

|

See Also

DevExpress Map Control for WPF: Migrate from Bing Maps to Azure Maps

BingLocationInformation Class

BingLocationInformation Members

DevExpress.Xpf.Map Namespace