worldwind-ui API / worldwind-kit / ClusterOptions
Interface: ClusterOptions<T> ​
Defined in: kit/src/cluster.ts:20
Extended by ​
Type Parameters ​
T ​
T
Properties ​
getPosition? ​
optionalgetPosition?: (item) =>LatLon
Defined in: kit/src/cluster.ts:24
Reads an item's location. Defaults to its latitude and longitude fields.
Parameters ​
item ​
T
Returns ​
minPoints? ​
optionalminPoints?:number
Defined in: kit/src/cluster.ts:22
Fewest items that form a cluster; cells with fewer are drawn individually. Default 2.