Skip to main content
Version: Next

Type Alias: Image360ClusterIntersection<T>

Image360ClusterIntersection<T> = object

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

Type Parameters​

T​

T extends DataSourceType = DataSourceType

Properties​

clusterIcons​

clusterIcons: Image360<T>[]

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

The image360 entities in the cluster.


clusterPosition​

clusterPosition: Vector3

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

The world position of the cluster centroid.


clusterSize​

clusterSize: number

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

The number of icons in the cluster.


distanceToCamera​

distanceToCamera: number

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

Distance from the camera to the cluster.


image360Collection​

image360Collection: Image360Collection<T>

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

The image360 collection containing the cluster.


type​

type: "image360Cluster"

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

The intersection type.