removeGeoJSONSourceFeatures abstract method
Removes features from a GeoJSON style source by id.
Implementation
Future<void> removeGeoJSONSourceFeatures(
String sourceId,
String dataId,
List<String> featureIds,
);
Removes features from a GeoJSON style source by id.
Future<void> removeGeoJSONSourceFeatures(
String sourceId,
String dataId,
List<String> featureIds,
);