add

fun add(longitude: Double, latitude: Double, altitude: Double? = null)(source)

Adds a Point to this MultiPoint.

Parameters

longitude

The longitude coordinate.

latitude

The latitude coordinate.

altitude

The optional altitude coordinate.


fun add(position: Position)(source)

Adds a Point to this MultiPoint.

Parameters

position

The Position to add.


fun add(point: Point)(source)

Adds a Point to this MultiPoint.

Parameters

point

The Point whose coordinates will be added.