GeocodeAddressConfidenceScores Property | |
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; }
Public ReadOnly Property ConfidenceScores As ConfidenceScores
Get
Property Value
Type:
ConfidenceScoresRemarks
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