Skip to main content

GeoFiltersInput

The Geo class represents geographical coordinates.

input GeoFiltersInput {
latitude: Decimal!
longitude: Decimal!
radiusKm: Decimal!
}

Fields

GeoFiltersInput.latitude ● Decimal! non-null scalar

The latitude of the location.

GeoFiltersInput.longitude ● Decimal! non-null scalar

The longitude of the location.

GeoFiltersInput.radiusKm ● Decimal! non-null scalar

The radius, in kilometers, within which to search. Value must be greater than 0 and lowetr than 100.

Member Of

InventoryHotelsMasterSearchFilterInput input