Open yozef opened 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.
ci_geofencing.stopGeoFencing();
Adding a method such as ci_geofencing.removeRegion({regionObject}) would be ideal :)
ci_geofencing.removeRegion({regionObject})
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 :)