Click or drag to resize

AutocompleteGeocoderSuggestionConfidence Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The AutocompleteGeocoder's confidence in the result. The confidence is a decimal number between 0 and 1, with 1 representing the highest confidence. This confidence is not comparable to confidence values provided by other geocoders.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double Confidence { get; set; }

Property Value

Type: Double

Implements

ISearchSuggestionConfidence
See Also