Package travel.wink.sdk.extranet.model
Class GeoJsonPolygonSupplier
java.lang.Object
travel.wink.sdk.extranet.model.GeoJsonPolygonSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:32:29.460106668+07:00[Asia/Bangkok]")
public class GeoJsonPolygonSupplier
extends Object
Map bounds the user is looking. Bounds provided by map provider.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoordinatesItem(GeoJsonLineStringSupplier coordinatesItem) addPointsItem(PointSupplier pointsItem) coordinates(List<GeoJsonLineStringSupplier> coordinates) boolean@Valid List<GeoJsonLineStringSupplier> Get coordinates@Valid List<PointSupplier> Get pointsgetType()Get typeinthashCode()points(List<PointSupplier> points) voidsetCoordinates(List<GeoJsonLineStringSupplier> coordinates) voidsetPoints(List<PointSupplier> points) voidtoString()
-
Field Details
-
JSON_PROPERTY_POINTS
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GeoJsonPolygonSupplier
public GeoJsonPolygonSupplier()
-
-
Method Details
-
points
-
addPointsItem
-
getPoints
-
setPoints
-
coordinates
-
addCoordinatesItem
-
getCoordinates
Get coordinates- Returns:
- coordinates
-
setCoordinates
-
type
-
getType
-
setType
-
equals
-
hashCode
-
toString
-