setGeoJSONSourceData method
Set the data of a GeoJSON source, given its id. @param {string} id id of the source @param {GeoJSON|string} data GeoJSON source
Implementation
setGeoJSONSourceData(String id, dynamic data) =>
jsObject.setGeoJSONSourceData(id, data);