clusterEachCallback
Description
Callback for clusterEach
Definition
function (
| Name | Type | Description |
|---|---|---|
| cluster? | FeatureCollection | The current cluster being processed. |
| clusterValue? | any | Value used to create cluster being processed. |
| currentIndex? | number | The index of the current element being processed in the array.Starts at index 0 |
)
Returns
void