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 providedaddress-city
(string) - The city of the address, as providedaddress-state
(string) - The two-letter state code of the addressaddress-zipcode
(string) - The zip code of the address, as providedaddress-county
(string) - The county of the address, as providedaddress-additional-directions
(string) - Additional directions to the address, as providedaddress-type
(string) - The type of addressgeocoding-source
(string) - The geocoder used to geocode this datageocoded-address-street
(string) - The accurate street address, if availablegeocoded-address-city
(string) - The accurate city, if availablegeocoded-address-state
(string) - The accurate state code, if availablegeocoded-address-zipcode
(string) - The accurate zip code, if available
Updated 6 days ago