Skip to main content

Location

Indicates the location of the hotel

type Location {
address: String
city: String
zipCode: String
country: Country
coordinates: Coordinates
closestDestination: DestinationData
airports: [Airport!]
geoNames: [Geoname!]! @deprecated
state: State
}

Fields

Location.address ● String scalar

Contains Hotel Address

Location.city ● String scalar

Contains the city

Location.zipCode ● String scalar

Contains the zipCode.

Location.country ● Country scalar

Country where is the Hotel.

Location.coordinates ● Coordinates object

Geographical coordinates corresponding to a location.

Location.closestDestination ● DestinationData object

Closest destination

Location.airports ● [Airport!] list object

Airports

Location.geoNames ● [Geoname!]! deprecated non-null object

DEPRECATED

Deprecated from 2023-04-18

Detailed information about the destinations geonames

Location.state ● State scalar

the state/province of the property

Member Of

AirportData object ● HotelData object