Top "Geofencing" questions

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

What is the maximum and minimum radius that can be set for regions in iOS geofencing

I was working on geofencing in iOS. I actually want to set different regions on the map with different radius …

ios iphone geolocation geofencing
Android LocationServices.GeofencingApi example usage

Does anyone know of an example of using the LocationServices.GeofencingApi? All the android geofencing examples I find are using …

android geofencing android-geofence
Geo fencing in PHP and MySQL using latitude, longitude and radius

I have a MySQL table with columns latitude, longitude, userId and radius. When the user provides his current location (lat, …

php mysql latitude-longitude geofencing
Android max limit for geofences?

I'm starting with the geo fencing API of google play services. I think I understood the general concept but I …

android geofencing
Geofence not triggering

I'm trying to implement Geofence on my APP and the problem is that is not triggering when I'm on the …

android google-maps geofencing
Android - How to retrieve list of registered geofences

How can I determine all geofences registered for an application? After registering GeoFences with LocationClient.addGeofences(),I waited for onAddGeofencesResuls()(…

android android-intent geofencing
Why are my local notifications not having sound on by default in iOS 7?

My app uses geofencing and sends a notification. By default, sounds are off in Settings - Notifications for the app. …

iphone ios notifications ios7 geofencing
How to draw a polygon around a polyline in JavaScript?

I want to draw a polygon around a polyline. The polyline in my case is a Google Maps direction and …

javascript google-maps google-maps-api-3 geofencing