Skip to main content

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
}

Fields

GeocodingAddressComponents.street ● String scalar

GeocodingAddressComponents.houseNumber ● String scalar

GeocodingAddressComponents.streetAndHouseNumber ● String scalar

GeocodingAddressComponents.postalCode ● String scalar

GeocodingAddressComponents.city ● String scalar

GeocodingAddressComponents.district ● String scalar

GeocodingAddressComponents.state ● String scalar

GeocodingAddressComponents.country ● AddressCountry enum

GeocodingAddressComponents.countryCode ● String scalar

GeocodingAddressComponents.countryName ● String scalar