Skip to main content
Version: Next

clusterEachCallback

描述

¥Description

clusterEach 的回调函数

¥Callback for clusterEach

定义

¥Definition

函数 (

¥function (

名称类型描述
cluster?FeatureCollectionThe current cluster being processed.
clusterValue?anyValue used to create cluster being processed.
currentIndex?numberThe index of the current element being processed in the array.Starts at index 0

)

返回

¥Returns

void