Address

Object representing an address. Note that any of the keys may be missing or may be set to an empty string. Some addresses have geocoded information, which has been verified against a third party (US Census data, among others) to be accurate.

  • address-street (string) - The street address, as provided
  • address-city (string) - The city of the address, as provided
  • address-state (string) - The two-letter state code of the address
  • address-zipcode (string) - The zip code of the address, as provided
  • address-county (string) - The county of the address, as provided
  • address-additional-directions (string) - Additional directions to the address, as provided
  • address-type (string) - The type of address
  • geocoding-source (string) - The geocoder used to geocode this data
  • geocoded-address-street (string) - The accurate street address, if available
  • geocoded-address-city (string) - The accurate city, if available
  • geocoded-address-state (string) - The accurate state code, if available
  • geocoded-address-zipcode (string) - The accurate zip code, if available