I have an app developed under Qt Quick/QML for iOS and Android. I'm showing GPS position just fine, but want to be able to autoPan and zoom based on GPS position. I've searched high and low for something along the lines of the Android LocationDisplayManager and/or setting autoPan mode to Navigation but am coming up with nothing.
This seems an obvious capability to include... can anyone point me to a QML example? Thanks!!
Chuck