# GeocodedAddress
Simple object representing a place, returned in the callback from the reverseGeocoder method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# country_code DEPRECATED
country_code :String
DEPRECATED SINCE { "android": "8.0.0", "iphone": "8.0.0", "ipad": "8.0.0" }
Use the countryCode
property for parity.
Country code. To be replaced by countryCode
.
# displayAddress DEPRECATED
displayAddress :String
DEPRECATED SINCE { "android": "8.0.0" }
Use the address
property for parity.
Display address. Identical to address
.
# zipcode DEPRECATED
zipcode :String
DEPRECATED SINCE { "iphone": "8.0.0", "ipad": "8.0.0" }
Use the postalCode
property for parity.
Postal code. To be replaced by postalCode