@override Stream<PolygonSetAtEvent> onPolygonSetAt({required int mapId}) { return _events(mapId).whereType<PolygonSetAtEvent>(); }