onRemove method

void onRemove(
  1. GeoJSONFeature feature
)

The callback function called when a feature is removed.

Implementation

void onRemove(GeoJSONFeature feature) {
  _bbox = _removeBbox(_bbox!, feature.bbox);
}