Skip to main content
Version: Next

clusterEachCallback

Description

Callback for clusterEach

Definition

function (

NameTypeDescription
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