Class Polygon.Builder
java.lang.Object
com.here.platform.data.client.model.geojson.Polygon.Builder
- Enclosing class:
- Polygon
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Build the Polygon geometry- Returns:
- the Polygon
-
withBbox
- Parameters:
bbox- the bounding box of Polygon geometry; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
-
withCoordinates
- Parameters:
coordinates- the coordinate of Polygon geometry; for meaning of coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
-