clusterEachCallback
描述
¥Description
clusterEach 的回调函数
¥Callback for clusterEach
定义
¥Definition
函数 (
¥function (
名称 | 类型 | 描述 |
---|---|---|
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