Center MapView with offset
-
Hi,
I have ran the example here: https://doc.qt.io/qt-6/qml-qtlocation-map.html. Which works great.
Now I would like to move the map to a location with an offset.
When I rotate (set the bearing) the view I would like to rotate around the offset location.
And I would like to animate the change in location and bearing.Is that possible?
If it is possible, is there a small example?Thank!