Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.09 KB

ReverseGeocodeAddressResponse.md

File metadata and controls

16 lines (12 loc) · 1.09 KB

ReverseGeocodeAddressResponse

Properties

Name Type Description Notes
successful bool True if the address operation was successful, false otherwise [optional]
street_address string Street address to validate, such as '2950 Buskirk Ave.' [optional]
city string City part of the addrerss to validate, such as 'Walnut Creek' [optional]
state_or_province string State or province of the address to validate, such as 'CA' or 'California' [optional]
postal_code string Zip code or postal code of the address to validate, such as '94597' [optional]
country_full_name string Name of the country, such as 'United States'. Global countries are supported. [optional]
country_code string Three-letter ISO 3166-1 country code [optional]

[Back to Model list] [Back to API list] [Back to README]