aaronksaunders / ci.geofencing

Quick Example a basic IOS Module for Appcelerator Titanium to demonstrate geofencing
Other
41 stars 18 forks source link

Usefull to Remove specific Region #5

Open yozef opened 10 years ago

yozef commented 10 years ago

It would be very useful to remove a region (maybe by name) to stop listening for the enter/exit of that region.

This is especially important since the number of regions is fixed to maximum 20.

ci_geofencing.stopGeoFencing(); does not remove the regions, just stop listening to any Enter/Exit event.

Adding a method such as ci_geofencing.removeRegion({regionObject}) would be ideal :)