updateGeoJson method
Refreshes/updates the GeoJSON data for an existing source.
Implementation
Future<void> updateGeoJson(
String sourceId,
Map<String, dynamic> geoJson,
) async {
await geometry.updateGeoJson(sourceId, geoJson);
}
Refreshes/updates the GeoJSON data for an existing source.
Future<void> updateGeoJson(
String sourceId,
Map<String, dynamic> geoJson,
) async {
await geometry.updateGeoJson(sourceId, geoJson);
}