summaryrefslogtreecommitdiffstats
path: root/app/map/MapComponent.qml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-23navigation: qml: add car image and direction based on headingeel_4.99.3eel/4.99.34.99.3Matt Ranostay1-1/+10
Add car image and show GPS heading of vehicle based on movement. Change-Id: I57c056b5cdd40cf27b32a1155b7366230f49dbb4 Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-22navigation: qml: default map center to null islandMatt Ranostay1-0/+7
Currently it is defaulting to London before it gets a GPS or GeoClue location data which can be confusing. Better to center it on open water till location is known Bug-AGL: SPEC-1068 Change-Id: I9f4af70c194eb290ce5670c802b9b87f6475de11 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: qml: remove start address and use current GPS locationMatt Ranostay1-1/+1
Change RouteAddress form to use start location from current GPS coordinate instead of entering a start address. Bug-AGL: SPEC-1068 Change-Id: Id1a42ba409d24e527e613b67b9ac4583aff92ed4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: gps: add gps geolocation supportMatt Ranostay1-14/+14
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>
2017-11-21nagivation: initial import of Qt MapViewer demoMatt Ranostay1-0/+677
This source code is from the qtlocation repos examples Some modifications are: * Building for .wgt package along with geoclue + gps permissions * Change QML StackView push() methods to QtQuick Control 2 syntax * Remove menubar and replace with Button elements on main page Change-Id: I60cbb108b4288a9cda991f4fac0122f0abcbdd7a Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>