From 0ff3cf020bbbb43c3ef69e52c414c1de2cb15511 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 29 Nov 2017 19:56:43 -0800 Subject: navigation: geofence: add basic geofence service support Connect to geofence service and listen for fencing events Bug-AGL: SPEC-1068 Change-Id: I3802fcf91929a722646ec278c3237e21a8cd841b Signed-off-by: Matt Ranostay --- app/mapviewer.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/mapviewer.qml') diff --git a/app/mapviewer.qml b/app/mapviewer.qml index 9b25166..6240600 100644 --- a/app/mapviewer.qml +++ b/app/mapviewer.qml @@ -71,6 +71,11 @@ ApplicationWindow { url: bindingAddress } + API.GeoFence { + id: geofence + url: bindingAddress + } + function createMap(provider) { var plugin -- cgit 1.2.3-korg