Skip to content

worldwind-ui API / worldwind-kit / ClusterLayerState

Interface: ClusterLayerState<T> ​

Defined in: kit/src/cluster.ts:133

Extends ​

Type Parameters ​

T ​

T

Properties ​

cellDegrees ​

cellDegrees: number

Defined in: kit/src/cluster.ts:135

Grid cell size used, in degrees; 0 before the first frame.


clusters ​

clusters: Cluster<T>[]

Defined in: kit/src/cluster.ts:29

Inherited from ​

ClusterResult.clusters


singles ​

singles: T[]

Defined in: kit/src/cluster.ts:31

Items that did not join a cluster.

Inherited from ​

ClusterResult.singles

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.