diff options
author | 2019-11-11 01:05:35 -0800 | |
---|---|---|
committer | 2019-11-11 01:05:35 -0800 | |
commit | ee6e9af318150dc061787108fef94b230a63d218 (patch) | |
tree | 383ee62af2b18c9c2951161b45e957354b8fa66f /app/BtnGuidance.qml | |
parent | ca2db695f1258e0b325c7454a8f79c6d7b2eb48b (diff) |
ondemandnavi: add agl-service-navigation interface
Switch from the application providing DBus objects to consumers
with using afb binding with proper JSON responses.
Bug-AGL: SPEC-2880
Change-Id: If587ddeaea9a0f28e71c2bee790acbf53425de9f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/BtnGuidance.qml')
-rw-r--r-- | app/BtnGuidance.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/BtnGuidance.qml b/app/BtnGuidance.qml index 2744019..11955f5 100644 --- a/app/BtnGuidance.qml +++ b/app/BtnGuidance.qml @@ -38,7 +38,7 @@ Item { map.initDestination(startFromCurrentPosition) if(btn_guidance.sts_guide != 0){ - map.qmlSignalStopDemo() + navigation.broadcastStatus("stop"); } if(map.center !== map.currentpostion){ |