lineEachCallback
Description
Callback for lineEach
Definition
function (
| Name | Type | Description |
|---|---|---|
| currentLine | Feature<LineString> | The current LineString|LinearRing 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