Attribute: Address
Description
The address is a physical street address for the business. We conform to the standards provided by USPS Publication 28 where possible.
If information is available we indicate the specific street address and unit. This means that two units in the same building appear as two distinct addresses. Otherwise, the address may be a postal code or city/state rather than a complete street address.
Data Fields
Field Name | Description | Data Type |
---|---|---|
city | The city where this address is located. | string |
county | The county where this address is located. | string |
msa | The Metropolitan/Micropolitan Statistical Area where this address is located. | string |
csa | The Combined Statistical Area where this address is located. | string |
state | The two-letter abbreviation of the U.S. state or territory. | string |
fullAddress | The complete address including street address, unit, city, state and ZIP code. | string |
latitude | The approximate latitude (decimal form) of the street address. | string |
longitude | The approximate longitude (decimal form) of the street address. | string |
h3Index | The h3 index (resolution 10) for geo-hashing applications. | string |
streetAddress1 | The main street address with number, name, and directionals using USPS standards. | string |
streetAddress2 | Additional address information like unit, suite or floor number using USPS abbreviations. | string |
zip | The current five-digit U.S. postal code of the address. | string |
country | The three-digit ISO3 country code, null typically indicates USA. | string |