summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/map/MapComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/map/MapComponent.qml')
-rw-r--r--examples/location/mapviewer/map/MapComponent.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/location/mapviewer/map/MapComponent.qml b/examples/location/mapviewer/map/MapComponent.qml
index 6f887536..2a2b0a5f 100644
--- a/examples/location/mapviewer/map/MapComponent.qml
+++ b/examples/location/mapviewer/map/MapComponent.qml
@@ -460,6 +460,7 @@ MapView {
onTriggered: view.calculateScale()
}
+ //! [handler]
TapHandler {
id: tapHandler
property variant lastCoordinate
@@ -492,6 +493,7 @@ MapView {
view.map.center.longitude - dy);
}
}
+ //! [handler]
//! [end]
}
//! [end]