updateGeoJSONSourceFeatures abstract method
- String sourceId,
- String dataId,
- List<
Feature< featuresGeometryObject> >
Updates existing features in a GeoJSON style source. Features are matched
by id; provide unique ids on every feature to avoid map-loading-error.
Implementation
Future<void> updateGeoJSONSourceFeatures(
String sourceId,
String dataId,
List<Feature> features,
);