setGeoJSONSourceData method

dynamic setGeoJSONSourceData(
  1. String id,
  2. dynamic data
)

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);