BingLocationInformation.Confidence Property
Get or sets the confidence level of the geocoded location search results.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
[DefaultValue(BingConfidence.High)]
public BingConfidence Confidence { get; set; }
<DefaultValue(BingConfidence.High)>
Public Property Confidence As BingConfidence
Property Value
Type | Default | Description |
---|---|---|
BingConfidence | High |
A BingConfidence value. |
See Also
Feedback