updateGeoJSONSourceFeatures method
- String sourceId,
- String dataId,
- List<
Feature< featuresGeometryObject> >
Updates existing features in a GeoJSON style source.
Implementation
Future<void> updateGeoJSONSourceFeatures(
String sourceId,
String dataId,
List<Feature> features,
) => _impl.updateGeoJSONSourceFeatures(sourceId, dataId, features);