summaryrefslogtreecommitdiff
path: root/src/location/doc/src/maps.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc/src/maps.qdoc')
-rw-r--r--src/location/doc/src/maps.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/doc/src/maps.qdoc b/src/location/doc/src/maps.qdoc
index ea147f2d..ad363d5c 100644
--- a/src/location/doc/src/maps.qdoc
+++ b/src/location/doc/src/maps.qdoc
@@ -24,7 +24,7 @@ A more hands-on introduction of the Maps and Navigation types can be found in th
\section2 Displaying Maps
Displaying a map is done using the \l{QtLocation::Map}{Map} QML types. The Map type supports
-user interaction through the \l{QtLocation::MapGestureArea}{MapGestureArea} QML type. The Map
+user interaction through the \l{QtLocation::MapView}{MapView} QML type. The Map
object draws the map on-screen using OpenGL (ES), allowing for hardware-accelerated rendering
where available.
@@ -37,7 +37,7 @@ where available.
\li \l{QtLocation::Map}{Map}
\li QtQuick item to display a map on-screen.
\row
- \li \l{QtLocation::MapGestureArea}{MapGestureArea}
+ \li \l{QtLocation::MapView}{MapView}
\li Interaction helper for panning, flicking and pinch-to-zoom gesture on a Map.
\endtable