Is there a way to update style source without removing and adding it again? Something similar to Android?
> FuncUtils.apply(sourceOptional, source -> {
> GeoJsonSource geoJsonSource = (GeoJsonSource) source;
> geoJsonSource.setGeoJson(featureCollection.toString());
> });