// This script handles destroying the location object that reserves // asynch locations for the requestLocation() function. // // The message is sent by locations.destroyLocationObject(obj_id locationObject) messageHandler handlerDestroyLocationObject() { destroyObject(self); return SCRIPT_CONTINUE; }