Type GeocodingAddressComponents
No description
type GeocodingAddressComponents {
street: String
houseNumber: String
streetAndHouseNumber: String
postalCode: String
city: String
district: String
state: String
country: AddressCountry
countryCode: String
countryName: String
}