Default Output
Default Output Fields
The geocoder always returns fields that contain the latitude/longitude, standardized address, and result indicators. Result indicators describe how well the geocoder matched the input address to a known address and assigned a location. Result indicators also describe the overall status of a match attempt.
Response Element | Max. Field Length with null terminator | Description |
---|---|---|
AdditionalInputData |
61 |
This field may contain input data that was not used for matching; for example, input address information that appears after a mail stop or attention designator. |
AddressLine1 |
104 |
The first line of the address. For example:
|
AddressLine2 |
104 |
The second line of the address. For example: 4200 Parliament Pl |
City |
29 |
The municipality name. |
Confidence |
4 |
Indicates the confidence in the output provided, from 0 to 100. The higher the score, the higher the probability that the match is correct. If the match is exact, the confidence score is 100. For all other matches, the confidence score is calculated based on which portions of the input address had to be changed to obtain a match. Specifically, the confidence score is calculated by subtracting values from 100 as follows:
If you have enabled the option to return centroids, the confidence value indicates the type of centroid returned..
|
Country |
25 |
The name of the country. This field always contains United States of America. |
FirmName |
41 |
The name of the business if the address is a business address. |
LastLine |
61 |
The complete last address line (city, state, and postal code). |
Latitude |
11 |
Seven-digit number in degrees and calculated to four decimal places (in the format specified). |
LocationCode |
5 |
A value indicating the accuracy (quality) of the assigned geocode. For more information, see Address Location Codes. |
Longitude |
12 |
Seven-digit number in degrees and calculated to four decimal places (in the format specified). |
MatchCode |
5 |
Indicates the portions of the address that matched to the geocoding directory file. For more information, see Match Codes. |
PBKey |
13 |
A unique address identifier that is returned when an address match is made using the Master Location Dataset. The PreciselyID is used as a lookup key to a GeoEnrichment dataset, in order to return attribute data for the match. |
PostalCode |
10 |
Nine-digit ZIP Code with or without a hyphen. |
PostalCode.AddOn |
5 |
Four-digit ZIP Code extension. |
PostalCode.Base |
6 |
Five-digit ZIP Code. |
ProcessedBy |
4 |
The underlying software that processed the request. EnterpriseGeocoding for GeocodeUSAddress. |
StateProvince |
3 |
Two-character state abbreviation. |
Status |
2 |
Reports the success or failure of the match attempt
|
Status.Code |
23 |
If GeocodeUSAddress could not process the address, this field will show the reason.
|
Status.Description |
128 |
If GeocodeUSAddress could not process the address, this field will show a description of the failure.
|
StreetDataType |
20 |
The data set used to geocode the address.
|
StreetSide |
2 |
Indicates the side of the street the address range occupies. One of the following:
|
USUrbanName |
31 |
Urbanization name. Used for addresses in Puerto Rico. |