removeFeature method

void removeFeature(
  1. GeoFeature feature
)

Implementation

void removeFeature(GeoFeature feature) {
  features.remove(feature);
}