exports.stop = function() {
  hooks.remove('geofencing_start');
  hooks.remove('new_location');
  if (emitter) {
    emitter.removeAllListeners();