Skip to main content
Version: Next

Type Alias: Image360ClusterIntersection<T>

Image360ClusterIntersection<T> = object

Defined in: packages/api/src/public/migration/types.ts:337

Type Parameters

T

T extends DataSourceType = DataSourceType

Properties

clusterIcons

clusterIcons: Image360<T>[]

Defined in: packages/api/src/public/migration/types.ts:357

The image360 entities in the cluster.


clusterPosition

clusterPosition: Vector3

Defined in: packages/api/src/public/migration/types.ts:349

The world position of the cluster centroid.


clusterSize

clusterSize: number

Defined in: packages/api/src/public/migration/types.ts:353

The number of icons in the cluster.


distanceToCamera

distanceToCamera: number

Defined in: packages/api/src/public/migration/types.ts:361

Distance from the camera to the cluster.


image360Collection

image360Collection: Image360Collection<T>

Defined in: packages/api/src/public/migration/types.ts:345

The image360 collection containing the cluster.


type

type: "image360Cluster"

Defined in: packages/api/src/public/migration/types.ts:341

The intersection type.