Update this GeojsonSource with a URL to a GeoJSON file, or inline GeoJSON.
Future<void>? updateGeoJSON(String geoJson) async { return _style?.setStyleSourceProperty(id, "data", geoJson); }