I have a very simple task for a QML app, but it's proving to be harder than I expected. I would like to display a set of markers, and then as a function of user input redraw a different set of markers. There are several examples I found for building geometries, but none of tearing them down, nor moving them.
What is the simplest way to accomplish this?