Top "Geofencing" questions

A geo-fence is a virtual perimeter for a real-world geographic area.

iOS - CoreLocation and geofencing while app is closed

I've read many tutorials about geofencing my iOS app (i.e., here), but none mention whether or not iOS allows …

ios objective-c core-location geofencing
iOS Geofence CLCircularRegion monitoring. locationManager:didExitRegion does not seem to work as expected

I am currently trying to get my app to monitor particular regions using CoreLocation however I am finding that it …

ios core-location cllocationmanager geofencing clcircleregion
How to check for Mock Location in Android Marshmallow?

How to detect if the location is triggered with Mock Location in Android Marshmallow? Previously, I used Settings.Secure.ALLOW_…

android location geofencing android-6.0-marshmallow
Tracking multiple (20+) locations with iOS geofencing

An iOS application uses the geofencing for notifying the user about predefined nearby locations. The application is allowed to miss …

ios location cllocationmanager geofencing
How to start a notification in IntentService

I'm try to send a notification when a user enters or exits a specific geofence. I already can log when …

android intentservice geofencing android-geofence
New Android Geofence Api - Sample code does not alert/notify when at location

I need some clarity on the sample code supplied with Geofence guide as posted here : https://developer.android.com/training/…

android gps geofencing android-geofence
Android Geofencing (Polygon)

How to create Polygon Geofence from multiple geo locations(long,lat values) . Also how to track user is entering into …

android geolocation geofencing
Testing geofencing with Google Play Services 6.5.+

I've been testing the geofencing api available in the latest Google Play Services, using the official sample available here: https://…

android google-play-services geofencing
How to make Geo Fencing alert more accurate in Android

Hello I am trying to add feature of Geo Fence in Android. I am using the http://developer.android.com/…

android google-play-services geofencing android-geofence
algorithm to define a geofence and see if a point is inside/outside it

I am looking for an algorithm through I can create a geofence and check if a device is entering/leaving …

algorithm math geo point-in-polygon geofencing