GeomEachCallback typedef
GeomEachCallback =
dynamic Function(GeometryType? currentGeometry, int? featureIndex, Map<String, dynamic> ? featureProperties, BBox? featureBBox, dynamic featureId)
Implementation
typedef GeomEachCallback = dynamic Function(
GeometryType? currentGeometry,
int? featureIndex,
Map<String, dynamic>? featureProperties,
BBox? featureBBox,
dynamic featureId,
);