Point

constructor(coordinates: Position, bbox: BoundingBox? = null)(source)


constructor(longitude: Double, latitude: Double, altitude: Double? = null, bbox: BoundingBox? = null)(source)

Create a Point from individual coordinate components.

Parameters

longitude

The longitude of the Point.

latitude

The latitude of the Point.

altitude

The altitude of the Point, or null if not specified.

bbox

The BoundingBox of this Point.