geomEachCallback
Description
Callback for geomEach
Definition
function (
Name | Type | Description |
---|---|---|
currentGeometry | GeometryObject | The current Geometry being processed. |
featureIndex | number | The current index of the Feature being processed. |
featureProperties | GeoJsonProperties | The current Feature Properties being processed. |
featureBBox | BBox | The current Feature BBox being processed. |
featureId | Id | The current Feature Id being processed. |
)
Returns
void