python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issues with Easy Geofencing in Flutter when i am trying to call the service more then one time
i am trying to check if the user in specific geofencing zone using the Easy geofencing package but every time i call the EasyGeofencing.startGeofenceService() and EasyGeofencing.getGeofenceStream() wi...
Bilel Dhouibi
Votes: 0
Answers: 1
Geofencing api not working in android with pending intent
I'm trying to implement simple geofence app but its not getting triggered at all.
here is the code of what I've done so far -
class GeoFencingHelper(context: Context, private val task: Task, private v...
Divyanshu
Votes: 0
Answers: 1
What is the best method of getting background location updates on Android 11+ every few minutes
I have tried several approaches to getting background updates at least every two minutes automatically from Android 11+ Location providers and none of them seem to be reliable beyond using LocationSer...
John Smith
Votes: 0
Answers: 0
Not getting callbacks for Geofence in DidEnter and DidExit methods. Getting error "error: Error Domain=kCLErrorDomain Code=0 "(null)"
class LocationManager: NSObject , ObservableObject {
static var shared = LocationManager()
private var locationManager = CLLocationManager()
@Published var currentLocation :...
Rajat Dhasmana
Votes: 0
Answers: 0