Skip to main content
Version: Next

geomEachCallback

Description

Callback for geomEach

Definition

function (

NameTypeDescription
currentGeometryGeometryObjectThe current Geometry being processed.
featureIndexnumberThe current index of the Feature being processed.
featurePropertiesGeoJsonPropertiesThe current Feature Properties being processed.
featureBBoxBBoxThe current Feature BBox being processed.
featureIdIdThe current Feature Id being processed.

)

Returns

void