summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qml-maps.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-02 16:40:45 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-08 13:27:40 +0200
commit983b9729f18b1ab1d4734663dc15b4f79ffb08fb (patch)
treec0f9d039ea5ae42cef59c80795d99fff3b98779a /src/location/doc/src/qml-maps.qdoc
parent3c086d26838138492e8afcd766bcbdbbc17657fe (diff)
downloadqtlocation-983b9729f18b1ab1d4734663dc15b4f79ffb08fb.tar.gz
Register QGeoManeuver declaratively
Amend da10ee9b67aaf0c9218c2b891efa06b323866470 to register QGeoManeuver also via Foreign types (both as a value type and a namespace), using declarative type registration and generated plugin sources. Rename the QML type to routeManeuver to follow naming convention. Pick-to: 6.2 Change-Id: I98257c0ef4389e4de225c933425740a82161d5df Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/location/doc/src/qml-maps.qdoc')
-rw-r--r--src/location/doc/src/qml-maps.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc
index 5e9c1162..2b160487 100644
--- a/src/location/doc/src/qml-maps.qdoc
+++ b/src/location/doc/src/qml-maps.qdoc
@@ -131,7 +131,7 @@ To find a suitable route we will need to use a \l RouteQuery to define the
selection criteria and adding any required waypoints.
The \l RouteModel should return a list of \l {RouteSegment}s that defines the
route to the destination complete with navigation advice at the joins between
-segments, called \l {RouteManeuver}s
+segments, called \l {routeManeuver}s
There are many options that you can add to the query to narrow the criteria.
The \l RouteQuery properties can include