HotelByCoordinatesResult
Same shape as by-destination plus distanceKm; includes providerCode for consistency.
providerCodestring
Provider code issued for the connection
providerHotelCodestring
bundleportHotelCodestringnullable
canonicalCityIdstring
hotelNamestringnullable
distanceKmnumber<double>
Distance from the request point to the hotel in km
HotelByCoordinatesResult
{
"providerCode": "string",
"providerHotelCode": "string",
"bundleportHotelCode": "string",
"canonicalCityId": "string",
"hotelName": "string",
"distanceKm": 0
}