coordEachCallback
Description
Callback for coordEach
Definition
function (
| Name | Type | Description |
|---|---|---|
| currentCoord | Array<number> | The current coordinate being processed. |
| coordIndex | number | The current index of the coordinate being processed. |
| featureIndex | number | The current index of the Feature being processed. |
| multiFeatureIndex | number | The current index of the Multi-Feature being processed. |
| geometryIndex | number | The current index of the Geometry being processed. |
)
Returns
void