Show map from the list of GPS fixes

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2016-01-22 20:48:05 +02:00 committed by Dirk Hohndel
parent fd175e8781
commit 9eea5a4294

View file

@ -98,6 +98,7 @@ MobileComponents.Page {
iconName: "gps"
onTriggered: {
print("show map")
manager.showMap(latitude + " " + longitude)
}
}