Uses of Class
travel.wink.sdk.lookup.model.PointConsumer
Packages that use PointConsumer
-
Uses of PointConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return PointConsumerModifier and TypeMethodDescriptionMethods in travel.wink.sdk.lookup.model that return types with arguments of type PointConsumerModifier and TypeMethodDescription@Valid List<PointConsumer>GeoJsonLineStringConsumer.getCoordinates()Get coordinates@Valid List<PointConsumer>GeoJsonPolygonConsumer.getPoints()Get pointsMethods in travel.wink.sdk.lookup.model with parameters of type PointConsumerModifier and TypeMethodDescriptionGeoJsonLineStringConsumer.addCoordinatesItem(PointConsumer coordinatesItem) GeoJsonPolygonConsumer.addPointsItem(PointConsumer pointsItem) Method parameters in travel.wink.sdk.lookup.model with type arguments of type PointConsumerModifier and TypeMethodDescriptionGeoJsonLineStringConsumer.coordinates(List<PointConsumer> coordinates) GeoJsonPolygonConsumer.points(List<PointConsumer> points) voidGeoJsonLineStringConsumer.setCoordinates(List<PointConsumer> coordinates) voidGeoJsonPolygonConsumer.setPoints(List<PointConsumer> points)