Uses of Class
travel.wink.sdk.lookup.model.MapRequest
Packages that use MapRequest
-
Uses of MapRequest in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api with parameters of type MapRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2SearchByGeoLocation(MapRequest mapRequest, String engineConfigurationIdentifier, String accept) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>LookupApi.oauth2SearchByGeoLocationWithHttpInfo(MapRequest mapRequest, String engineConfigurationIdentifier, String accept) -
Uses of MapRequest in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return MapRequestModifier and TypeMethodDescriptionMapRequest.addHotelIdentifiersItem(UUID hotelIdentifiersItem) MapRequest.hotelIdentifiers(List<UUID> hotelIdentifiers) MapRequest.userSession(UserSession userSession)