Class LineString.Builder
java.lang.Object
com.here.platform.data.client.model.geojson.LineString.Builder
- Enclosing class:
- LineString
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the LineString geometrywithCoordinates(List<List<Double>> coordinates)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Build the LineString geometry- Returns:
- the LineString
-
withBbox
- Parameters:
bbox- the bounding box of the LineString 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 coordinates of the LineString geometry; for meaning of coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
-