Removes multiple annotations from the map
Future<void> removeAll(Iterable<T> annotations) async { for (final a in annotations) { _idToAnnotation.remove(a.id); } await _setAll(); }