addPoint

fun MultiPointBuilder.addPoint(coordinates: Position, bbox: BoundingBox? = null)(source)

Adds a Point to a MultiPointBuilder.

Parameters

coordinates

The position of the point.

bbox

An optional bounding box for the point.


fun LineStringBuilder.addPoint(coordinates: Position, bbox: BoundingBox? = null)(source)

Adds a Point to a LineStringBuilder.

Parameters

coordinates

The position of the point.

bbox

An optional bounding box for the point.


fun GeometryCollectionBuilder<in Point>.addPoint(coordinates: Position, bbox: BoundingBox? = null)(source)

Adds a Point to a GeometryCollectionBuilder.

Parameters

coordinates

The position of the point.

bbox

An optional bounding box for the point.