Result Codes
Result codes contain information about the success or failure of the geocoding attempt, as well as information about the accuracy of the geocode.
| columnName | Description | 
|---|---|
| Geocoder.MatchCode | Indicates how closely the input address matches the candidate address. | 
| IsCloseMatch | Indicates whether or not the address is considered a close match. An address is considered close based on the "Close match criteria" options on the Matching tab. 
 | 
| MultiMatchCount | For street address geocoding, the number of matching address positions found for the specified address. For intersection geocoding, the number of matching street intersection positions found for the specified addresses. | 
| Status | Reports the success or failure of the match attempt 
 | 
| Status.Code | If the geocoder could not process the address, this field will show the reason. 
 | 
| Status.Description | If the geocoder could not process the address, this field will show a description of the failure. 
 | 
| LocationPrecision | A code describing the precision of the geocode. One of the following: 
 | 
| StreetDataType | The default search order rank of the database used to geocode the address. A value of "1" indicates that the database is first in the default search order, "2" indicates that the database is second in the default search order, and so on. |