Skip to main content

BingLocationInformation.MatchCode Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(BingMatchCode.Good)]
public BingMatchCode MatchCode { get; set; }

Property Value

Type Default Description
BingMatchCode Good

A BingMatchCode value.

Available values:

Name Description
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