SegmentEachCallback typedef

SegmentEachCallback = dynamic Function(Feature<LineString> currentSegment, int featureIndex, int? multiFeatureIndex, int? geometryIndex, int segmentIndex)

SegmentEachCallback

Implementation

typedef SegmentEachCallback = dynamic Function(
  Feature<LineString> currentSegment,
  int featureIndex,
  int? multiFeatureIndex,
  int? geometryIndex,
  int segmentIndex,
);