@override Future<void> addSource(String sourceId, SourceProperties properties) async { _map.addSource(sourceId, properties.toJson()); }