removeGeoJSONSourceFeatures abstract method

Future<void> removeGeoJSONSourceFeatures(
  1. String sourceId,
  2. String dataId,
  3. List<String> featureIds
)

Removes features from a GeoJSON style source by id.

Implementation

Future<void> removeGeoJSONSourceFeatures(
  String sourceId,
  String dataId,
  List<String> featureIds,
);