summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-10-10 13:21:42 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-10-11 09:38:33 +0200
commitf75c6bc83c59bb43939374e4634649da761a7ccb (patch)
tree7e2de1e1f8c8afbb3f328a874355941634a0b4a5 /src
parent7f58426e9cac20ae72269633867210f56d7dbf7e (diff)
downloadqtlocation-f75c6bc83c59bb43939374e4634649da761a7ccb.tar.gz
Update changes documentation
Labs functionality has been removed, and RouteLeg is folded into Route. Change-Id: I3a5003d1f35482637391cb37b88b4a5afd68ea93 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/location/doc/src/qt6-changes.qdoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/location/doc/src/qt6-changes.qdoc b/src/location/doc/src/qt6-changes.qdoc
index be9c9f77..815edd9d 100644
--- a/src/location/doc/src/qt6-changes.qdoc
+++ b/src/location/doc/src/qt6-changes.qdoc
@@ -53,6 +53,9 @@
are now value types \l route, \l routeSegment, and \l mapType.
They can no longer be instantiated from QML, and their properties
can not be bound to.
+ \li The \c QGeoRouteLeg class and the QML equivalent, \c RouteLeg, have
+ been merged into \l QGeoRoute (and the \l route type). A route can
+ be an aggregate of several routes.
\endlist
\section2 Places
@@ -74,7 +77,10 @@
can not be bound to.
\endlist
- \section1 Other API changes
+ \section2 Experimental APIs
+
+ Functionality that had "labs" status has been removed. This includes the
+ experimental framework for turn-by-turn navigation, MapObjects
\section2 Maps