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 signal
- removed toScreenPosition() method
- added fromCoordinate() method
- replaced cameraStopped() method with prefetchData method
- replaced 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 method
- added coordinateAt method
- added insertCoordinate method
- added replaceCoordinate method
- added removeCoordinate method
Geoservice's plugin parameters
© 2019 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.