Skip to main content
Version: Next

coordEachCallback

Description

Callback for coordEach

Definition

function (

NameTypeDescription
currentCoordArray<number>The current coordinate being processed.
coordIndexnumberThe current index of the coordinate being processed.
featureIndexnumberThe current index of the Feature being processed.
multiFeatureIndexnumberThe current index of the Multi-Feature being processed.
geometryIndexnumberThe current index of the Geometry being processed.

)

Returns

void