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