Type Alias: Image360ClusterIntersection<T>
Image360ClusterIntersection<
T> =object
Defined in: packages/api/src/public/migration/types.ts:343
Type Parameters
T
T extends DataSourceType = DataSourceType
Properties
clusterIcons
clusterIcons:
Image360<T>[]
Defined in: packages/api/src/public/migration/types.ts:363
The image360 entities in the cluster.
clusterPosition
clusterPosition:
Vector3
Defined in: packages/api/src/public/migration/types.ts:355
The world position of the cluster centroid.
clusterSize
clusterSize:
number
Defined in: packages/api/src/public/migration/types.ts:359
The number of icons in the cluster.
distanceToCamera
distanceToCamera:
number
Defined in: packages/api/src/public/migration/types.ts:367
Distance from the camera to the cluster.
image360Collection
image360Collection:
Image360Collection<T>
Defined in: packages/api/src/public/migration/types.ts:351
The image360 collection containing the cluster.
type
type:
"image360Cluster"
Defined in: packages/api/src/public/migration/types.ts:347
The intersection type.