Hi!
I would like to subclass the MapView class (for the C++/QtQuick template) so that mouse events have different results. For example, I don't want double clicking on the map to zoom in.
How would I go about extending this class and overriding those methods?
Nick