Uses of Class
travel.wink.sdk.booking.model.GeoJsonPointBooker
Packages that use GeoJsonPointBooker
-
Uses of GeoJsonPointBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return GeoJsonPointBookerModifier and TypeMethodDescriptionGeoJsonPointBooker.addCoordinatesItem(BigDecimal coordinatesItem) GeoJsonPointBooker.coordinates(List<BigDecimal> coordinates) @Valid GeoJsonPointBookerGeoNameBooker.getLocation()Get location@NotNull @Valid GeoJsonPointBookerGuestRoomBooker.getLocation()Get location@Valid GeoJsonPointBookerHotelOnMapBooker.getLocation()Get location@Valid GeoJsonPointBookerUserSessionBooker.getLocation()Get locationGeoJsonPointBooker.x(BigDecimal x) GeoJsonPointBooker.y(BigDecimal y) Methods in travel.wink.sdk.booking.model with parameters of type GeoJsonPointBookerModifier and TypeMethodDescriptionGeoNameBooker.location(GeoJsonPointBooker location) GuestRoomBooker.location(GeoJsonPointBooker location) HotelOnMapBooker.location(GeoJsonPointBooker location) UserSessionBooker.location(GeoJsonPointBooker location) voidGeoNameBooker.setLocation(GeoJsonPointBooker location) voidGuestRoomBooker.setLocation(GeoJsonPointBooker location) voidHotelOnMapBooker.setLocation(GeoJsonPointBooker location) voidUserSessionBooker.setLocation(GeoJsonPointBooker location)