Interface: ClusterContract
api.ClusterContract
Contract describing cluster reconstruction data.
#
Properties#
id• id: string
The unique id of the cluster.
#
Defined inapi/contracts/ClusterContract.ts:11
#
points• points: Object
The points of the reconstruction.
#
Index signatureâ–ª [pointId: string
]: PointContract
#
Defined inapi/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.