Skip to main content
A newer version of this page is available. .

BingLocationInformation.MatchCode Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MatchCode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also