Qualifiers
Qualifier output fields contain qualification information about the match, such as the location code and the match code. To include postal data fields in the output, set Option.OutputRecordType = Q.
Response Element | Max. Field Length with null terminator | Description |
---|---|---|
AddressLineResolved |
5 |
For two-line addresses, indicates which address line was used to obtain the match.
|
CountryLevel |
2 |
The category of the postal data used to validate the address. Always returns "A" for U.S. addresses. Category A means that the postal data is sufficient to validate and correct addresses, including providing missing postal code, city name, state/county name, street address elements, and country name. |
DatabaseVersion |
The publish date of the USPS data used to validate the address,
in the format |
|
EWSMatch |
2 |
Indicates whether the address was not matched because it is in the Early Warning System (EWS) data.
|
ExpirationDate |
11 |
Date the database expires, in the format
|
Geocoder.MatchCode |
4 |
Indicates how closely the input address matches the candidate address. Note: The match codes returned in this field are different from the
match codes described in Match Codes. Instead, the match codes returned in this
field are taken from a set of match codes that are compatible
with all other country geocoders. For more information, see
Result Codes for International Geocoding.
|
GeoStanMatchScore |
13 |
Record matching score (for multimatches only). |
Intersection |
2 |
Indicates if the input address matched to a cross-street.
|
IsAlias |
4 |
Indicates whether the address matched an index alias in the
postal data. Returns three characters. The first is an
|
IsCloseMatch |
2 |
Indicates whether or not the address was a unique match or if there were candidate addresses.
|
LACSAddress |
2 |
Indicates if the input address was converted due to the Locatable Address Conversion System (LACS).
|
LocationCode.Description |
LocationCode converted to text. Only returned when you set the configuration options to return additional descriptions (verbose). |
|
MatchCode.Description |
MatchCode converted to text. Only returned when you set the configuration options to return additional descriptions (verbose). |
|
RecordType |
18 |
Indicates the record type:
|
RecordType.Default |
2 |
Indicates type of match that occurred for the record type HighRise or RRHighwayContract:
|
StreetDataCode |
3 |
Indicates the data used to geocode the address. One of the following:
For more information about these databases, see Enterprise Geocoding Databases. |
StreetDataType |
20 |
Indicates the data initially used for the match attempt. Note that the output field StreetDataCode shows which data was actually used to obtain the match. The data indicated in StreetDataType may be different from that in StreetDataCode if a match cannot be made in the initial match attempt. For example, if a points database is loaded, GeocodeUSAddress will first attempt a match to the point data because this is the most accurate type of match. If a point-level match cannot be made, GeocodeUSAddress will attempt to match to street data. If the match is made using street data, then the SreetDataType would indicate the point-level data and the StreetDataCode would indicate the street data. For more information, see How GeocodeUSAddress Processes Addresses. |