diff options
Diffstat (limited to 'app/mapviewer.qml')
-rw-r--r-- | app/mapviewer.qml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |