Uses of Class
travel.wink.sdk.lookup.model.GeoJsonPointConsumer
Packages that use GeoJsonPointConsumer
-
Uses of GeoJsonPointConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return GeoJsonPointConsumerModifier and TypeMethodDescriptionGeoJsonPointConsumer.addCoordinatesItem(Double coordinatesItem) GeoJsonPointConsumer.coordinates(List<Double> coordinates) @NotNull @Valid GeoJsonPointConsumerAddOnConsumer.getLocation()Get location@Valid GeoJsonPointConsumerGeoNameConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerGuestRoomConsumer.getLocation()Get location@Valid GeoJsonPointConsumerHotelOnMapConsumer.getLocation()Get location@Valid GeoJsonPointConsumerLookupCachedConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerLookupConsumer.getLocation()Get location@Valid GeoJsonPointConsumerUserSessionConsumer.getLocation()Get locationMethods in travel.wink.sdk.lookup.model with parameters of type GeoJsonPointConsumerModifier and TypeMethodDescriptionAddOnConsumer.location(GeoJsonPointConsumer location) GeoNameConsumer.location(GeoJsonPointConsumer location) GuestRoomConsumer.location(GeoJsonPointConsumer location) HotelOnMapConsumer.location(GeoJsonPointConsumer location) LookupCachedConsumer.location(GeoJsonPointConsumer location) LookupConsumer.location(GeoJsonPointConsumer location) UserSessionConsumer.location(GeoJsonPointConsumer location) voidAddOnConsumer.setLocation(GeoJsonPointConsumer location) voidGeoNameConsumer.setLocation(GeoJsonPointConsumer location) voidGuestRoomConsumer.setLocation(GeoJsonPointConsumer location) voidHotelOnMapConsumer.setLocation(GeoJsonPointConsumer location) voidLookupCachedConsumer.setLocation(GeoJsonPointConsumer location) voidLookupConsumer.setLocation(GeoJsonPointConsumer location) voidUserSessionConsumer.setLocation(GeoJsonPointConsumer location)