Skip to main content

Interface: ClusterContract

api.ClusterContract

Contract describing cluster reconstruction data.

Properties#

id#

• id: string

The unique id of the cluster.

Defined in#

api/contracts/ClusterContract.ts:11


points#

• points: Object

The points of the reconstruction.

Index signature#

â–ª [pointId: string]: PointContract

Defined in#

api/contracts/ClusterContract.ts:16


reference#

• reference: LngLatAlt

The reference longitude, latitude, altitude of the reconstruction. Determines the position of the reconstruction in world reference frame.

Defined in#

api/contracts/ClusterContract.ts:24