FeatureEachCallback typedef

FeatureEachCallback = dynamic Function(Feature<GeometryObject> currentFeature, int featureIndex)

Callback for featureEach

Implementation

typedef FeatureEachCallback = dynamic Function(
  Feature currentFeature,
  int featureIndex,
);