Back to Devexpress

BingLocationInformation.MatchCode Property

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

latest1.5 KB
Original Source

BingLocationInformation.MatchCode Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(BingMatchCode.Good)]
public BingMatchCode MatchCode { get; set; }
vb
<DefaultValue(BingMatchCode.Good)>
Public Property MatchCode As BingMatchCode

Property Value

TypeDefaultDescription
BingMatchCodeGood

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

Migrate from Bing Maps to Azure Maps Providers

BingLocationInformation Class

BingLocationInformation Members

DevExpress.XtraMap Namespace