addGeoJSONSourceFeatures abstract method

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

Adds features to a GeoJSON style source. The add operation is scheduled and applied on a GeoJSON serialization queue; observe onSourceDataLoaded to know when changes are visible.

Implementation

Future<void> addGeoJSONSourceFeatures(
  String sourceId,
  String dataId,
  List<Feature> features,
);