updateGeoJSONSourceFeatures method

Future<void> updateGeoJSONSourceFeatures(
  1. String sourceId,
  2. String dataId,
  3. List<Feature<GeometryObject>> features
)

Updates existing features in a GeoJSON style source.

Implementation

Future<void> updateGeoJSONSourceFeatures(
  String sourceId,
  String dataId,
  List<Feature> features,
) => _impl.updateGeoJSONSourceFeatures(sourceId, dataId, features);