Click or drag to resize

GeocodeAddressConfidenceScores Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The confidence that this address matches the Geocoded address. The confidence is only applicable to forward geocode results; it is not applicable to drill down geocode results.

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

Property Value

Type: ConfidenceScores
Remarks
This number is arbitrary and only relative to other addresses returned from the same search. If GeoCoder.Geocode is called twice and addresses from one call's Confidence is less than the other, it does not mean that the lesser confidence is worse.
See Also