Uses of Class
travel.wink.sdk.extranet.monetize.model.GeoJsonPoint
Packages that use GeoJsonPoint
-
Uses of GeoJsonPoint in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return GeoJsonPointModifier and TypeMethodDescriptionGeoJsonPoint.addCoordinatesItem(BigDecimal coordinatesItem) GeoJsonPoint.coordinates(List<BigDecimal> coordinates) @NotNull @Valid GeoJsonPointAddOn.getLocation()Get location@Valid GeoJsonPointGeoName.getLocation()Get location@NotNull @Valid GeoJsonPointUpsertAddOnRequest.getLocation()Get locationGeoJsonPoint.x(BigDecimal x) GeoJsonPoint.y(BigDecimal y) Methods in travel.wink.sdk.extranet.monetize.model with parameters of type GeoJsonPointModifier and TypeMethodDescriptionAddOn.location(GeoJsonPoint location) GeoName.location(GeoJsonPoint location) UpsertAddOnRequest.location(GeoJsonPoint location) voidAddOn.setLocation(GeoJsonPoint location) voidGeoName.setLocation(GeoJsonPoint location) voidUpsertAddOnRequest.setLocation(GeoJsonPoint location)