addGeoJSONSourceFeatures abstract method
- String sourceId,
- String dataId,
- List<
Feature< featuresGeometryObject> >
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,
);