Questions tagged [geofence]

40 questions
4
votes
1 answer

use multiple location geofencing

I used this code (https://www.youtube.com/watch?v=nmAtMqljH9M&list=PLdHg5T0SNpN3GBUmpGqjiKGMcBaRT2A-m&index=9&ab_channel=yoursTRULY) (https://github.com/trulymittal/Geofencing) That code makes geofence by click and uses just one geofencing. But I…
강성우
  • 47
  • 5
3
votes
2 answers

Layer NOT shown in Geonode

A layer is displayed in Geonode when admin is logged in GeoServer. When the admin logs off in GeoServer the layer is not displayed in Geonode. It seems like oauth configuration of geoserver-geonode is not done properly (the default settings are…
bdur
  • 341
  • 1
  • 8
  • 17
2
votes
3 answers

Check if lat/long point within an area

I am trying to find a way of checking if a pair of lat/lng coordinates are within an area (generated by other lat/lng coordinates). For example, if my area is a rectangle generated with these coordinates: 43.672162 , -79.43585 43.629845 ,…
HLT
  • 327
  • 2
  • 3
  • 14
1
vote
0 answers

Delphi android geolocation

I wrote an android geofence app for commercial businesses, and put it all into the service that I send to the foreground to trigger a business detection notification when entering a specific enclosed perimeter. Thanks to the service I send to…
Valerio
  • 49
  • 4
1
vote
0 answers

Get a notification using a geofence service in Flutter

I'm trying to develop a flutter app using geofence_flutter package (I'm using this package because looking to all the other geo-fences package this seems to be the easiest to use). At this moment, my app is able to get the user location and is also…
1
vote
0 answers

How to re-register the geofences in device reboot? before user unlock the device(in LOCKED_BOOT_COMPLETED)

I have tried to re-register the geofences after device reboot. It perfectly fine with the ACTION_BOOT_COMPLETED(after user unlock the device). But it is not working with the ACTION_LOCKED_BOOT_COMPLETED(before user unlock the device). Is there any…
1
vote
0 answers

CoreLocation Geofence not working as intended, only displays previous geofence and past identifier. Not updating

I am trying to add a second region. That Region2 wasn't appearing so while I was debugging I deleted everything I had from Region2, and put Region2's coordinates into what I had for Region1 (which was working as intended). But the geofence never…
1
vote
0 answers

UWP/C# 'Access is denied' Exception when setting Geofence

I have a .NET 5 Console Application for which I used following the documentation the '.NET 5: Use the Target Framework Moniker option'. This means my project file looks like this at the moment:
irispoe
  • 191
  • 1
  • 1
  • 6
1
vote
1 answer

Geofence not calling events in Flutter

I am trying to create an application that will perform a callback when a user goes into a specific location. I am using this package, https://pub.dev/packages/flutter_geofence. When I try running the example, everything works except for the events…
Josh Gimenes
  • 13
  • 2
  • 4
0
votes
0 answers

Ionic 7 - Capacitor geofence

I'm trying to implement a geofence in an Ionic app. Found @ionic-native/geofence, but I'm getting RxJs & Angular 7 (I'm using 16) conflicts when trying to install it. Ionic: 7 Angular: 16 Capacitor: 5 $ npm install @ionic-native/geofence npm ERR!…
Pablo
  • 1,173
  • 4
  • 18
  • 46
0
votes
0 answers

Geofence breach on android is not much reliable

We are facing several issues with geofence breaches on android especially on non Google pixel devices like Samsung, Motorola, Huawei. Basically geofence does not breach all the times and only during some instances. We are using the recommended…
0
votes
0 answers

How to filter and operation using network protocol in Tile38

I want to query my result with and operation, in my cli the command is goes fine but if i try to make client with http error invalid argument '&&' has occured. Please can anyone know how to format text first, this is my example curl request? CLI…
0
votes
0 answers

Android Geofencing, error with GeofenceBroadcastReceiver

I have some days dealing with Geofence in android and haven't found a way to make it work. As for now i have: GeofenceBroadcastReceiver public class GeofenceBroadcastReceiver extends BroadcastReceiver { private static final String TAG =…
Jason
  • 85
  • 1
  • 1
  • 7
0
votes
1 answer

How to know whether Geofences are available or not in app after adding geofences

I created an app with the geofencing concept. After testing the app is not triggering geofences efficiently, So I want to know whether geofences are available at that time or not in the app. Anyone, please provide a code to know whether the…
0
votes
0 answers

Geofences are not triggering well

I have designed an android app. In this app, few geofences are defined and notifications are expected while entering/exiting them. When the app is installed it works fine at first and then after some time geofences are not triggering well in…
1
2 3