Qt Location QML API changes since 5.4¶
Information about the Qt Location QML API changes since 5.4
This page lists the QtLocation QML API changes since the first Qt Location Technology Preview in Qt 5.4. Since Qt 5.6 this API is considered to be final and subsequent releases will not break the given API anymore.
Note
The public C++ API remained binary compatible since Qt 5.4.
**** Map Component
removed wheelAngleChanged() signal
added error property
added errorString property
added
copyrightLinkActivated
signalremoved toScreenPosition() method
added
fromCoordinate
() methodreplaced cameraStopped() method with
prefetchData
methodreplaced fitViewportToGeoShape() method with visibleRegion property
added color property
added
clearData
method**** MapGestureArea Component
removed movementStopped() signal
replaced isPanActive and isPinchActive properties with panActive and pinchActive properties
replaced activeGestures with acceptedGestures
replaced MapGestureArea .ZoomGesture with MapGestureArea.PinchGesture
removed properties panEnabled and pinchEnabled, please use acceptedGestures instead
**** MapPolyline Component
added
containsCoordinate
methodadded
coordinateAt
methodadded
insertCoordinate
methodadded
replaceCoordinate
methodadded
removeCoordinate
methodGeoservice ‘s plugin parameters
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.