GeoAddressType
This Type is defined by the Open Street Map Response
type GeoAddressType {
houseNr: String
street: String
city: String
postcode: String
country: String
}
Fields
GeoAddressType.houseNr
● String
scalar
GeoAddressType.street
● String
scalar
GeoAddressType.city
● String
scalar
GeoAddressType.postcode
● String
scalar
GeoAddressType.country
● String
scalar
Member of
GeoLocationType
object