Adds a GeoJSON source to the map.
Future<void> addGeoJson(String sourceId, Map<String, dynamic> geoJson) async { await geometry.addGeoJson(sourceId, geoJson); }