summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/MapWidget.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/MapWidget.qml')
-rw-r--r--mobile-widgets/qml/MapWidget.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml
index f3853de74..42bc546ce 100644
--- a/mobile-widgets/qml/MapWidget.qml
+++ b/mobile-widgets/qml/MapWidget.qml
@@ -171,6 +171,10 @@ Item {
mapAnimationZoomOut.stop()
}
+ function centerOnRectangle(topLeft, bottomRight, center) {
+ // TODO
+ }
+
function deselectMapLocation() {
animateMapZoomOut()
}