summaryrefslogtreecommitdiffstats
path: root/app/mapviewer.qrc
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-11-14 20:53:42 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-11-21 23:11:20 -0800
commit31a4cd81829e4a95b76d6cbebd9e069ae16943f8 (patch)
tree711b9f6155ff8b8b99dac341be8e31d6ada05ae8 /app/mapviewer.qrc
parent1e45e4460228a34ca2ecbae103d5d6a6e15e077b (diff)
navigation: gps: add gps geolocation support
Use GPS binding to get current location for navigation Bug-AGL: SPEC-1068 Change-Id: Ie708117499b342f86c60674c83f0222857a67bee Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/mapviewer.qrc')
-rw-r--r--app/mapviewer.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mapviewer.qrc b/app/mapviewer.qrc
index a85289e..4745075 100644
--- a/app/mapviewer.qrc
+++ b/app/mapviewer.qrc
@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/">
<file>mapviewer.qml</file>
+ <file>api/GPS.qml</file>
<file>map/MapComponent.qml</file>
<file>map/Marker.qml</file>
<file>map/PolylineItem.qml</file>