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 GeoJsonPointBookerGeoNameLightweightBooker.getLocation()Coordinate points of the city@NotNull @Valid GeoJsonPointBookerGuestRoomLightweightBooker.getLocation()Geo-location point where blocking takes place.@Valid GeoJsonPointBookerPropertyAggregateLightweightBooker.getLocation()Geo-locationGeoJsonPointBooker.x(BigDecimal x) GeoJsonPointBooker.y(BigDecimal y) Methods in travel.wink.sdk.booking.model with parameters of type GeoJsonPointBookerModifier and TypeMethodDescriptionGeoNameLightweightBooker.location(GeoJsonPointBooker location) GuestRoomLightweightBooker.location(GeoJsonPointBooker location) PropertyAggregateLightweightBooker.location(GeoJsonPointBooker location) voidGeoNameLightweightBooker.setLocation(GeoJsonPointBooker location) voidGuestRoomLightweightBooker.setLocation(GeoJsonPointBooker location) voidPropertyAggregateLightweightBooker.setLocation(GeoJsonPointBooker location)